org.rococoa.cocoa.quicktime
Interface QuickTimeLibrary.AudioContextInsertFinalizeCallback
- All Superinterfaces:
- Callback
- Enclosing interface:
- QuickTimeLibrary
public static interface QuickTimeLibrary.AudioContextInsertFinalizeCallback
- extends Callback
AudioContextInsertFinalizeCallback
Summary:
A client-supplied function to be called to release any resources
in use by the insert.
Discussion:
This routine is called when the Audio Context is being disposed
(ie, the MovieAudioContext has been reset or the movie was
disposed). Once this callback returns, no more calls for this
registered insert will be made.
Parameters:
inUserData:
An opaque pointer to the client's data.