-
Methods in org.robovm.apple.coremedia with parameters of type CMSampleBuffer.MakeDataReadyCallback
| Modifier and Type |
Method |
Description |
static CMSampleBuffer |
CMSampleBuffer.create(CMBlockBuffer dataBuffer,
boolean dataReady,
CMSampleBuffer.MakeDataReadyCallback callback,
CMFormatDescription formatDescription,
long numSamples,
CMSampleTimingInfo[] sampleTimingArray,
long[] sampleSizeArray) |
|
static CMSampleBuffer |
CMSampleBuffer.create(CVImageBuffer imageBuffer,
boolean dataReady,
CMSampleBuffer.MakeDataReadyCallback callback,
CMVideoFormatDescription formatDescription,
CMSampleTimingInfo sampleTiming) |
|
static CMSampleBuffer |
CMSampleBuffer.createAudioSampleBuffer(CMBlockBuffer dataBuffer,
boolean dataReady,
CMSampleBuffer.MakeDataReadyCallback callback,
CMFormatDescription formatDescription,
long numSamples,
CMTime sbufPTS,
AudioStreamPacketDescription[] packetDescriptions) |
|