Package org.robovm.apple.avfoundation
Class AVVideoCodecType.Values
java.lang.Object
org.robovm.apple.avfoundation.AVVideoCodecType.Values
- Enclosing class:
- AVVideoCodecType
public static class AVVideoCodecType.Values extends Object
-
Constructor Summary
Constructors Constructor Description Values() -
Method Summary
Modifier and Type Method Description static NSStringAVVideoCodecTypeAppleProRes422()static NSStringAVVideoCodecTypeAppleProRes422HQ()static NSStringAVVideoCodecTypeAppleProRes422LT()static NSStringAVVideoCodecTypeAppleProRes422Proxy()static NSStringAVVideoCodecTypeAppleProRes4444()static NSStringAVVideoCodecTypeH264()static NSStringAVVideoCodecTypeHEVC()static NSStringAVVideoCodecTypeHEVCWithAlpha()static NSStringAVVideoCodecTypeJPEG()
-
Constructor Details
-
Values
public Values()
-
-
Method 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.
-