Carbon


QTVRSampleDescription

Header: QuickTimeVRFormat.h

struct QTVRSampleDescription {
    UInt32 descSize; 
    UInt32 descType; 
    UInt32 reserved1; 
    UInt16 reserved2; 
    UInt16 dataRefIndex; 
    UInt32 data;
};
typedef QTVRSampleDescription QTVRSampleDescriptionPtr;

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