Carbon


TimeCodeDescription

Header: QuickTimeComponents.h

struct TimeCodeDescription {
    SInt32 descSize; 
    SInt32 dataFormat; 
    SInt32 resvd1; 
    SInt16 resvd2; 
    SInt16 dataRefIndex; 
    SInt32 flags; 
    TimeCodeDef timeCodeDef; 
    SInt32 srcRef[1];
};
typedef TimeCodeDescription TimeCodeDescriptionPtr;

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