Uses of Class
org.robovm.apple.coremedia.CMVideoFormatDescription
| Package | Description |
|---|---|
| org.robovm.apple.avfoundation | |
| org.robovm.apple.coremedia |
-
Uses of CMVideoFormatDescription in org.robovm.apple.avfoundation
Methods in org.robovm.apple.avfoundation that return CMVideoFormatDescription Modifier and Type Method Description CMVideoFormatDescriptionAVOutputSettingsAssistant. getSourceVideoFormat()Methods in org.robovm.apple.avfoundation with parameters of type CMVideoFormatDescription Modifier and Type Method Description voidAVOutputSettingsAssistant. setSourceVideoFormat(CMVideoFormatDescription v) -
Uses of CMVideoFormatDescription in org.robovm.apple.coremedia
Methods in org.robovm.apple.coremedia that return CMVideoFormatDescription Modifier and Type Method Description static CMVideoFormatDescriptionCMVideoFormatDescription. create(CMVideoCodecType codecType, int width, int height, CMVideoFormatDescriptionExtension extensions)static CMVideoFormatDescriptionCMVideoFormatDescription. create(CVImageBuffer imageBuffer)static CMVideoFormatDescriptionCMVideoFormatDescription. createFromBigEndianImageDescriptionBlockBuffer(CMBlockBuffer imageDescriptionBlockBuffer, int imageDescriptionStringEncoding, String imageDescriptionFlavor)static CMVideoFormatDescriptionCMVideoFormatDescription. createFromBigEndianImageDescriptionData(BytePtr imageDescriptionData, long imageDescriptionSize, int imageDescriptionStringEncoding, String imageDescriptionFlavor)Methods in org.robovm.apple.coremedia with parameters of type CMVideoFormatDescription Modifier and Type Method Description static CMBlockBufferCMVideoFormatDescription. copyAsBigEndianImageDescriptionBlockBuffer(CFAllocator allocator, CMVideoFormatDescription videoFormatDescription, int imageDescriptionStringEncoding, String imageDescriptionFlavor)static CMSampleBufferCMSampleBuffer. create(CVImageBuffer imageBuffer, boolean dataReady, CMSampleBuffer.MakeDataReadyCallback callback, CMVideoFormatDescription formatDescription, CMSampleTimingInfo sampleTiming)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)static CMSampleBufferCMSampleBuffer. createReady(CVImageBuffer imageBuffer, CMVideoFormatDescription formatDescription, CMSampleTimingInfo sampleTiming)protected static OSStatusCMSampleBuffer. createReadyWithImageBuffer0(CFAllocator allocator, CVImageBuffer imageBuffer, CMVideoFormatDescription formatDescription, CMSampleTimingInfo sampleTiming, CMSampleBuffer.CMSampleBufferPtr sampleBufferOut)