Uses of Class
org.robovm.apple.coremedia.CMVideoCodecType
| Package | Description |
|---|---|
| org.robovm.apple.avfoundation | |
| org.robovm.apple.coremedia |
-
Uses of CMVideoCodecType in org.robovm.apple.avfoundation
Methods in org.robovm.apple.avfoundation that return types with arguments of type CMVideoCodecType Modifier and Type Method Description List<CMVideoCodecType>AVCaptureStillImageOutput. getAvailableImageDataCodecTypes()Deprecated.List<CMVideoCodecType>AVCaptureVideoDataOutput. getAvailableVideoCodecTypes() -
Uses of CMVideoCodecType in org.robovm.apple.coremedia
Methods in org.robovm.apple.coremedia that return CMVideoCodecType Modifier and Type Method Description static CMVideoCodecTypeCMVideoCodecType. valueOf(long n)Returns the enum constant of this type with the specified name.static CMVideoCodecTypeCMVideoCodecType. valueOf(String name)Returns the enum constant of this type with the specified name.static CMVideoCodecTypeCMVideoCodecType. valueOf(NSString n)Returns the enum constant of this type with the specified name.static CMVideoCodecType[]CMVideoCodecType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.robovm.apple.coremedia that return types with arguments of type CMVideoCodecType Modifier and Type Method Description static List<CMVideoCodecType>CMVideoCodecType.AsListMarshaler. toObject(Class<? extends NSObject> cls, long handle, long flags)Methods in org.robovm.apple.coremedia with parameters of type CMVideoCodecType Modifier and Type Method Description static CMVideoFormatDescriptionCMVideoFormatDescription. create(CMVideoCodecType codecType, int width, int height, CMVideoFormatDescriptionExtension extensions)Method parameters in org.robovm.apple.coremedia with type arguments of type CMVideoCodecType Modifier and Type Method Description static longCMVideoCodecType.AsListMarshaler. toNative(List<CMVideoCodecType> l, long flags)