Carbon


GetMovieCompleteParams

Header: MediaHandlers.h

struct GetMovieCompleteParams {
    SInt16 version; 
    Movie theMovie; 
    Track theTrack; 
    Media theMedia; 
    TimeScale movieScale; 
    TimeScale mediaScale; 
    TimeValue movieDuration; 
    TimeValue trackDuration; 
    TimeValue mediaDuration; 
    Fixed effectiveRate; 
    TimeBase timeBase; 
    SInt16 volume; 
    Fixed width; 
    Fixed height; 
    MatrixRecord trackMovieMatrix; 
    CGrafPtr moviePort; 
    GDHandle movieGD; 
    PixMapHandle trackMatte; 
    QTAtomContainer inputMap;
};

© 2000 Apple Computer, Inc. (Last Updated 6/26/2000)