Package org.robovm.apple.avfoundation
Class AVAssetExportPreset
java.lang.Object
org.robovm.rt.bro.GlobalValueSupplier<T>
org.robovm.apple.foundation.GlobalValueEnumeration<NSString>
org.robovm.apple.avfoundation.AVAssetExportPreset
public class AVAssetExportPreset extends GlobalValueEnumeration<NSString>
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classAVAssetExportPreset.AsListMarshalerstatic classAVAssetExportPreset.Marshalerstatic classAVAssetExportPreset.Values -
Field Summary
Fields Modifier and Type Field Description static AVAssetExportPresetAppleM4Astatic AVAssetExportPresetAppleProRes422LPCMstatic AVAssetExportPresetAppleProRes4444LPCMstatic AVAssetExportPresetHEVC1920x1080static AVAssetExportPresetHEVC1920x1080WithAlphastatic AVAssetExportPresetHEVC3840x2160static AVAssetExportPresetHEVC3840x2160WithAlphastatic AVAssetExportPresetHEVCHighestQualitystatic AVAssetExportPresetHEVCHighestQualityWithAlphastatic AVAssetExportPresetHighestQualitystatic AVAssetExportPresetLowQualitystatic AVAssetExportPresetMediumQualitystatic AVAssetExportPresetPassthroughstatic AVAssetExportPresetSize1280x720static AVAssetExportPresetSize1920x1080static AVAssetExportPresetSize3840x2160static AVAssetExportPresetSize640x480static AVAssetExportPresetSize960x540 -
Method Summary
Modifier and Type Method Description static AVAssetExportPresetvalueOf(NSString value)Methods inherited from class org.robovm.apple.foundation.GlobalValueEnumeration
equals, isAvailable, toString, value
-
Field Details
-
LowQuality
-
MediumQuality
-
HighestQuality
-
HEVCHighestQuality
- Since:
- Available in iOS 11.0 and later.
-
HEVCHighestQualityWithAlpha
- Since:
- Available in iOS 13.0 and later.
-
Size640x480
-
Size960x540
-
Size1280x720
-
Size1920x1080
-
Size3840x2160
- Since:
- Available in iOS 9.0 and later.
-
HEVC1920x1080
- Since:
- Available in iOS 11.0 and later.
-
HEVC1920x1080WithAlpha
- Since:
- Available in iOS 13.0 and later.
-
HEVC3840x2160
- Since:
- Available in iOS 11.0 and later.
-
HEVC3840x2160WithAlpha
- Since:
- Available in iOS 13.0 and later.
-
AppleM4A
-
Passthrough
-
AppleProRes422LPCM
- Since:
- Available in iOS 15.0 and later.
-
AppleProRes4444LPCM
- Since:
- Available in iOS 15.0 and later.
-
-
Method Details
-
valueOf
-