AVAssetExportPreset enum

Inheritance

Constructors

AVAssetExportPreset()
const

Values

lowQuality → const AVAssetExportPreset
mediumQuality → const AVAssetExportPreset
highestQuality → const AVAssetExportPreset
hevcHighestQuality → const AVAssetExportPreset
hevcHighestQualityWithAlpha → const AVAssetExportPreset
preset640x480 → const AVAssetExportPreset
preset960x540 → const AVAssetExportPreset
preset1280x720 → const AVAssetExportPreset
preset1920x1080 → const AVAssetExportPreset
preset3840x2160 → const AVAssetExportPreset
hevc1920x1080 → const AVAssetExportPreset
hevc3840x2160 → const AVAssetExportPreset
hevc1920x1080WithAlpha → const AVAssetExportPreset
hevc3840x2160WithAlpha → const AVAssetExportPreset
hevc7680x4320 → const AVAssetExportPreset
appleM4V480pSD → const AVAssetExportPreset
appleM4V720pHD → const AVAssetExportPreset
appleM4V1080pHD → const AVAssetExportPreset
appleM4ViPod → const AVAssetExportPreset
appleM4VAppleTV → const AVAssetExportPreset
appleM4VCellular → const AVAssetExportPreset
appleM4VWiFi → const AVAssetExportPreset
appleProRes422LPCM → const AVAssetExportPreset
appleProRes4444LPCM → const AVAssetExportPreset
passthrough → const AVAssetExportPreset
appleM4A → const AVAssetExportPreset

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Constants

values → const List<AVAssetExportPreset>
A constant List of the values in this enum, in order of their declaration.