AVCaptureSessionPreset enum

Inheritance
Available extensions

Values

high → const AVCaptureSessionPreset
const AVCaptureSessionPreset('high')
medium → const AVCaptureSessionPreset
const AVCaptureSessionPreset('medium')
low → const AVCaptureSessionPreset
const AVCaptureSessionPreset('low')
qHD960x540 → const AVCaptureSessionPreset
const AVCaptureSessionPreset('qHD960x540')
hd1280x720 → const AVCaptureSessionPreset
const AVCaptureSessionPreset('hd1280x720')
hd1920x1080 → const AVCaptureSessionPreset
const AVCaptureSessionPreset('hd1920x1080')
hd4K3840x2160 → const AVCaptureSessionPreset
const AVCaptureSessionPreset('hd4K3840x2160')
vga640x480 → const AVCaptureSessionPreset
const AVCaptureSessionPreset('vga640x480')
iFrame960x540 → const AVCaptureSessionPreset
const AVCaptureSessionPreset('iFrame960x540')
iFrame1280x720 → const AVCaptureSessionPreset
const AVCaptureSessionPreset('iFrame1280x720')
cif352x288 → const AVCaptureSessionPreset
const AVCaptureSessionPreset('cif352x288')

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
presetName String
final
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<AVCaptureSessionPreset>
A constant List of the values in this enum, in order of their declaration.