Carbon


VDCompressionList

Header: QuickTimeComponents.h

struct VDCompressionList {
    CodecComponent codec; 
    CodecType cType; 
    Str63 typeName; 
    Str63 name; 
    SInt32 formatFlags; 
    SInt32 compressFlags; 
    SInt32 reserved;
};
typedef VDCompressionList VDCompressionListPtr;

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