-
-
Methods in org.robovm.apple.coremedia with parameters of type CMVideoFormatDescription
| Modifier and Type |
Method |
Description |
static CMBlockBuffer |
CMVideoFormatDescription.copyAsBigEndianImageDescriptionBlockBuffer(CFAllocator allocator,
CMVideoFormatDescription videoFormatDescription,
int imageDescriptionStringEncoding,
String imageDescriptionFlavor) |
|
static CMSampleBuffer |
CMSampleBuffer.create(CVImageBuffer imageBuffer,
boolean dataReady,
CMSampleBuffer.MakeDataReadyCallback callback,
CMVideoFormatDescription formatDescription,
CMSampleTimingInfo sampleTiming) |
|
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) |
|
static CMSampleBuffer |
CMSampleBuffer.createReady(CVImageBuffer imageBuffer,
CMVideoFormatDescription formatDescription,
CMSampleTimingInfo sampleTiming) |
|
protected static OSStatus |
CMSampleBuffer.createReadyWithImageBuffer0(CFAllocator allocator,
CVImageBuffer imageBuffer,
CMVideoFormatDescription formatDescription,
CMSampleTimingInfo sampleTiming,
CMSampleBuffer.CMSampleBufferPtr sampleBufferOut) |
|