Carbon


QTSNewPresentationParams

Header: QuickTimeStreaming.h

struct QTSNewPresentationParams {
    OSType dataType; 
    const void *data; 
    UInt32 dataLength; 
    QTSEditListHandle editList; 
    SInt32 flags; 
    TimeScale timeScale; 
    QTSMediaParams *mediaParams; 
    QTSNotificationUPP notificationProc; 
    void *notificationRefCon;
};

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