ResolutionPreset enum

Affect the quality of video recording and image capture.

Android 与 iOS 行为对齐:同一 preset 在两端得到相同或最接近的目标分辨率。 若设备不支持目标分辨率,会自动选用最接近的可用分辨率。

Inheritance
Available extensions

Values

low → const ResolutionPreset

352x288 (CIF)

medium → const ResolutionPreset

640x480 (VGA)

high → const ResolutionPreset

1280x720 (720p)

veryHigh → const ResolutionPreset

1920x1080 (1080p)

ultraHigh → const ResolutionPreset

3840x2160 (4K)

max → const ResolutionPreset

设备支持的最高分辨率

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
name String

Available on Enum, provided by the EnumName extension

The name of the enum value.
no setter
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<ResolutionPreset>
A constant List of the values in this enum, in order of their declaration.