-
Methods in org.robovm.apple.coremedia with parameters of type CMSampleBuffer.CMSampleBufferPtr
| Modifier and Type |
Method |
Description |
protected static OSStatus |
CMSampleBuffer.create0(CFAllocator allocator,
CMBlockBuffer dataBuffer,
boolean dataReady,
FunctionPtr makeDataReadyCallback,
long makeDataReadyRefcon,
CMFormatDescription formatDescription,
long numSamples,
long numSampleTimingEntries,
CMSampleTimingInfo sampleTimingArray,
long numSampleSizeEntries,
MachineSizedUIntPtr sampleSizeArray,
CMSampleBuffer.CMSampleBufferPtr sampleBufferOut) |
|
protected static OSStatus |
CMSampleBuffer.createAudioSampleBuffer0(CFAllocator allocator,
CMBlockBuffer dataBuffer,
boolean dataReady,
CMFormatDescription formatDescription,
long numSamples,
CMTime presentationTimeStamp,
AudioStreamPacketDescription packetDescriptions,
CMSampleBuffer.CMSampleBufferPtr sampleBufferOut,
Block1<CMSampleBuffer,OSStatus> makeDataReadyHandler) |
|
protected static OSStatus |
CMSampleBuffer.createAudioSampleBuffer0(CFAllocator allocator,
CMBlockBuffer dataBuffer,
boolean dataReady,
FunctionPtr makeDataReadyCallback,
long makeDataReadyRefcon,
CMFormatDescription formatDescription,
long numSamples,
CMTime presentationTimeStamp,
AudioStreamPacketDescription packetDescriptions,
CMSampleBuffer.CMSampleBufferPtr sampleBufferOut) |
|
protected static OSStatus |
CMSampleBuffer.createAudioSampleBuffer0(CFAllocator allocator,
CMBlockBuffer dataBuffer,
CMFormatDescription formatDescription,
long numSamples,
CMTime presentationTimeStamp,
AudioStreamPacketDescription packetDescriptions,
CMSampleBuffer.CMSampleBufferPtr sampleBufferOut) |
|
protected static OSStatus |
CMSampleBuffer.createCopy0(CFAllocator allocator,
CMSampleBuffer sbuf,
CMSampleBuffer.CMSampleBufferPtr sampleBufferOut) |
|
protected static OSStatus |
CMSampleBuffer.createCopyWithNewTiming0(CFAllocator allocator,
CMSampleBuffer originalSBuf,
long numSampleTimingEntries,
CMSampleTimingInfo sampleTimingArray,
CMSampleBuffer.CMSampleBufferPtr sampleBufferOut) |
|
protected static OSStatus |
CMSampleBuffer.createForImageBuffer0(CFAllocator allocator,
CVImageBuffer imageBuffer,
boolean dataReady,
FunctionPtr makeDataReadyCallback,
long makeDataReadyRefcon,
CMVideoFormatDescription formatDescription,
CMSampleTimingInfo sampleTiming,
CMSampleBuffer.CMSampleBufferPtr sampleBufferOut) |
|
protected static OSStatus |
CMSampleBuffer.createForImageBufferWithMakeDataReadyHandler0(CFAllocator allocator,
CVImageBuffer imageBuffer,
boolean dataReady,
CMVideoFormatDescription formatDescription,
CMSampleTimingInfo sampleTiming,
CMSampleBuffer.CMSampleBufferPtr sampleBufferOut,
Block1<CMSampleBuffer,OSStatus> makeDataReadyHandler) |
|
protected static OSStatus |
CMSampleBuffer.createForRange0(CFAllocator allocator,
CMSampleBuffer sbuf,
CFRange sampleRange,
CMSampleBuffer.CMSampleBufferPtr sampleBufferOut) |
|
protected static OSStatus |
CMSampleBuffer.createReady0(CFAllocator allocator,
CMBlockBuffer dataBuffer,
CMFormatDescription formatDescription,
long numSamples,
long numSampleTimingEntries,
CMSampleTimingInfo sampleTimingArray,
long numSampleSizeEntries,
MachineSizedUIntPtr sampleSizeArray,
CMSampleBuffer.CMSampleBufferPtr sampleBufferOut) |
|
protected static OSStatus |
CMSampleBuffer.createReadyWithImageBuffer0(CFAllocator allocator,
CVImageBuffer imageBuffer,
CMVideoFormatDescription formatDescription,
CMSampleTimingInfo sampleTiming,
CMSampleBuffer.CMSampleBufferPtr sampleBufferOut) |
|
protected static OSStatus |
CMSampleBuffer.createWithMakeDataReadyHandler0(CFAllocator allocator,
CMBlockBuffer dataBuffer,
boolean dataReady,
CMFormatDescription formatDescription,
long numSamples,
long numSampleTimingEntries,
CMSampleTimingInfo sampleTimingArray,
long numSampleSizeEntries,
MachineSizedUIntPtr sampleSizeArray,
CMSampleBuffer.CMSampleBufferPtr sampleBufferOut,
Block1<CMSampleBuffer,OSStatus> makeDataReadyHandler) |
|