Carbon


QTScheduledBandwidthRecord

Header: Movies.h

struct QTScheduledBandwidthRecord {
    SInt32 recordSize; 
    SInt32 priority; 
    SInt32 dataRate; 
    CompTimeValue startTime; 
    CompTimeValue duration; 
    CompTimeValue prerollDuration; 
    TimeScale scale; 
    TimeBase base;
};
typedef QTScheduledBandwidthRecord QTScheduledBandwidthPtr;

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