Package org.robovm.apple.avfoundation
Class AVVideoCodecType
java.lang.Object
org.robovm.rt.bro.GlobalValueSupplier<T>
org.robovm.apple.foundation.GlobalValueEnumeration<NSString>
org.robovm.apple.avfoundation.AVVideoCodecType
public class AVVideoCodecType extends GlobalValueEnumeration<NSString>
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classAVVideoCodecType.AsListMarshalerstatic classAVVideoCodecType.Marshalerstatic classAVVideoCodecType.Values -
Field Summary
Fields Modifier and Type Field Description static AVVideoCodecTypeAVVideoCodecTypeAppleProRes422static AVVideoCodecTypeAVVideoCodecTypeAppleProRes422HQstatic AVVideoCodecTypeAVVideoCodecTypeAppleProRes422LTstatic AVVideoCodecTypeAVVideoCodecTypeAppleProRes422Proxystatic AVVideoCodecTypeAVVideoCodecTypeAppleProRes4444static AVVideoCodecTypeAVVideoCodecTypeH264static AVVideoCodecTypeAVVideoCodecTypeHEVCstatic AVVideoCodecTypeAVVideoCodecTypeHEVCWithAlphastatic AVVideoCodecTypeAVVideoCodecTypeJPEG -
Method Summary
Modifier and Type Method Description static AVVideoCodecTypevalueOf(NSString value)Methods inherited from class org.robovm.apple.foundation.GlobalValueEnumeration
equals, isAvailable, toString, value
-
Field Details
-
AVVideoCodecTypeHEVC
- Since:
- Available in iOS 11.0 and later.
-
AVVideoCodecTypeH264
- Since:
- Available in iOS 11.0 and later.
-
AVVideoCodecTypeJPEG
- Since:
- Available in iOS 11.0 and later.
-
AVVideoCodecTypeAppleProRes4444
- Since:
- Available in iOS 11.0 and later.
-
AVVideoCodecTypeAppleProRes422
- Since:
- Available in iOS 11.0 and later.
-
AVVideoCodecTypeAppleProRes422HQ
- Since:
- Available in iOS 13.0 and later.
-
AVVideoCodecTypeAppleProRes422LT
- Since:
- Available in iOS 13.0 and later.
-
AVVideoCodecTypeAppleProRes422Proxy
- Since:
- Available in iOS 13.0 and later.
-
AVVideoCodecTypeHEVCWithAlpha
- Since:
- Available in iOS 13.0 and later.
-
-
Method Details
-
valueOf
-