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