Carbon


RTPMPSampleDataParams

Header: QTStreamingComponents.h

struct RTPMPSampleDataParams {
    UInt32 version; 
    UInt32 timeStamp; 
    UInt32 duration; 
    UInt32 playOffset; 
    Fixed playRate; 
    SInt32 flags; 
    UInt32 sampleDescSeed; 
    Handle sampleDescription; 
    RTPMPSampleRef sampleRef; 
    UInt32 dataLength; 
    const UInt8 *data; 
    RTPMPDataReleaseUPP releaseProc; 
    void *refCon;
};

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