org.rococoa.cocoa.qtkit.categories
Interface QTSampleBufferUseCount
- All Known Implementing Classes:
- QTSampleBuffer
public interface QTSampleBufferUseCount
Clients interested in the sample data of QTSampleBuffer objects returned by other APIs in QTKit should call incrementSampleUseCount to ensure that they have acceess to the sample data, and later call decrementSampleUseCount when they no longer need that data.
This file was autogenerated by JNAerator,
a tool written by Olivier Chafik that uses a few opensource projects..
For help, please visit NativeLibs4Java, Rococoa, or JNA.
sampleUseCount
int sampleUseCount()
incrementSampleUseCount
void incrementSampleUseCount()
decrementSampleUseCount
void decrementSampleUseCount()