org.rococoa.cocoa.quicktime
Interface QuickTimeLibrary.ICMMultiPassSetDataAtTimeStampCallback
- All Superinterfaces:
- Callback
- Enclosing interface:
- QuickTimeLibrary
public static interface QuickTimeLibrary.ICMMultiPassSetDataAtTimeStampCallback
- extends Callback
ICMMultiPassSetDataAtTimeStampCallback
Summary:
Stores a value at a given time stamp.
Discussion:
The new data should replace any previous data held at that
timestamp with that index.
Parameters:
storageRefCon:
The callbacks' reference value.
timeStamp:
The time stamp at which the value should be stored.
index:
An index by which multiple values may be stored at a time
stamp. The meaning of individual indexes is private to the
compressor.
data:
The data to be stored, or NULL to delete the value. The
contents are private to the compressor component.