iOSCameraResolutionPreset enum

Define possible iOS device camera video resolution preset

Inheritance
Available extensions

Values

Preset480p → const iOSCameraResolutionPreset

480p video will always be used.

Preset720p → const iOSCameraResolutionPreset

720p video will always be used.

Preset1080p → const iOSCameraResolutionPreset

1080p video will always be used.

Preset4K → const iOSCameraResolutionPreset

4K video will always be used.

PresetOptimal → const iOSCameraResolutionPreset

The library will calculate optimal resolution based on the use case and device used.

PresetMax → const iOSCameraResolutionPreset

Device's maximal video resolution will be used.

PresetPhoto → const iOSCameraResolutionPreset

Device's photo preview resolution will be used.

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<iOSCameraResolutionPreset>
A constant List of the values in this enum, in order of their declaration.