A function identified as deprecated has been superseded and may become unsupported in the future.
Disposes of a QTBandwidthNotificationUPP pointer. (Deprecated in Mac OS X v10.4.)
void DisposeQTBandwidthNotificationUPP ( QTBandwidthNotificationUPP userUPP );
A QTBandwidthNotificationUPP pointer. See Universal Procedure Pointers.
You can access this function's error returns through GetMoviesError and GetMoviesStickyError.
Introduced in QuickTime 4.1.
Movies.hAllocates a Universal Procedure Pointer for the QTBandwidthNotificationProc callback. (Deprecated in Mac OS X v10.4.)
QTBandwidthNotificationUPP NewQTBandwidthNotificationUPP ( QTBandwidthNotificationProcPtr userRoutine );
A pointer to your application-defined function.
A new UPP; see Universal Procedure Pointers.
This function is used with Macintosh PowerPC systems. See Inside Macintosh: PowerPC System Software.
Introduced in QuickTime 4.1. Replaces NewQTBandwidthNotificationProc.
Movies.hUndocumented (Deprecated in Mac OS X v10.4.)
OSErr QTBandwidthRelease ( QTBandwidthReference bwRef, long flags );
Undocumented
Undocumented
You can access Movie Toolbox error returns through GetMoviesError and GetMoviesStickyError, as well as in the function result. See Error Codes.
Introduced in QuickTime 4.
Movies.hUndocumented (Deprecated in Mac OS X v10.4.)
OSErr QTBandwidthRequest ( long priority, QTBandwidthNotificationUPP callback, const void *refcon, QTBandwidthReference *bwRef, long flags );
Undocumented
A QTBandwidthNotificationProc callback.
A reference constant to be passed to your callback. Use this parameter to point to a data structure containing any information your function needs.
Undocumented
Undocumented
You can access Movie Toolbox error returns through GetMoviesError and GetMoviesStickyError, as well as in the function result. See Error Codes.
Introduced in QuickTime 4.
Movies.hUndocumented (Deprecated in Mac OS X v10.4.)
OSErr QTBandwidthRequestForTimeBase ( TimeBase tb, long priority, QTBandwidthNotificationUPP callback, const void *refcon, QTBandwidthReference *bwRef, long flags );
A time base. Your application obtains this time base identifier from NewTimeBase.
Undocumented
A QTBandwidthNotificationProc callback.
A reference constant to be passed to your callback. Use this parameter to point to a data structure containing any information your function needs.
Undocumented
Undocumented
You can access Movie Toolbox error returns through GetMoviesError and GetMoviesStickyError, as well as in the function result. See Error Codes.
Introduced in QuickTime 4.1.
Movies.hUndocumented (Deprecated in Mac OS X v10.4.)
OSErr QTScheduledBandwidthRelease ( QTScheduledBandwidthReference sbwRef, long flags );
A pointer to an opaque data structure.
Undocumented
You can access Movie Toolbox error returns through GetMoviesError and GetMoviesStickyError, as well as in the function result. See Error Codes.
Introduced in QuickTime 4.1.
Movies.hUndocumented (Deprecated in Mac OS X v10.4.)
OSErr QTScheduledBandwidthRequest ( QTScheduledBandwidthPtr scheduleRec, QTBandwidthNotificationUPP notificationCallback, void *refcon, QTScheduledBandwidthReference *sbwRef, long flags );
A pointer to a QTScheduledBandwidthRecord structure.
A Universal Procedure Pointer that accesses a QTBandwidthNotificationProc callback.
A reference constant to be passed to your callback. Use this parameter to point to a data structure containing any information your function needs.
A pointer to an opaque data structure.
Undocumented
You can access Movie Toolbox error returns through GetMoviesError and GetMoviesStickyError, as well as in the function result. See Error Codes.
Introduced in QuickTime 4.1.
Movies.h
© 2006 Apple Computer, Inc. All Rights Reserved. (Last updated: 2006-05-23)