VOVideoExportPreset

enum VOVideoExportPreset {}

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

    VOLowQuality

    Swift

    case lowQuality = 0
  • Undocumented

    Declaration

    Objective-C

    VOMediumQuality

    Swift

    case mediumQuality = 1
  • Undocumented

    Declaration

    Objective-C

    VOHighestQuality

    Swift

    case highestQuality = 2