VideoExportPreset
enum VideoExportPreset {}
The different export preset names to be used with Apple’s AVAssetExportSession.
These export options can be used to produce movie files with video size appropriate to the device. The export will not scale the video up from a smaller size. The video will be compressed using H.264 and the audio will be compressed using AAC.
-
Undocumented
Declaration
Objective-C
LowQuality
Swift
case LowQuality = 0
-
Undocumented
Declaration
Objective-C
MediumQuality
Swift
case MediumQuality = 1
-
Undocumented
Declaration
Objective-C
HighestQuality
Swift
case HighestQuality = 2