VideoProfileType enum

Video profile type

视频设定类型。

Inheritance

Constructors

VideoProfileType()
const

Values

Lowest → const VideoProfileType

The lowest video profile. Resolution:160 x 90 or 160 x 120, frame rate: 15 fps.

最低档视频设定。分辨率:160 x 90 或 160 x 120,帧率:15 帧/秒。

Low → const VideoProfileType

The lower video profile. 320 x 180 or 320 x 240, frame rate: 15 fps.

低档视频设定。分辨率:320 x 180 或 320 x 240,帧率:15 帧/秒。

Standard → const VideoProfileType

The standard video profile. 640 x 360 or 640 x 480, frame rate: 30 fps.

标准档视频设定。分辨率:640 x 360 或 640 x 480,帧率:30 帧/秒。

HD720P → const VideoProfileType

The 720P video profile. 1280 x 720, frame rate: 30 fps.

高清档视频设定。分辨率:1280 x 720,帧率:30 帧/秒。

HD1080P → const VideoProfileType

The 1080P video profile. 1920 x 1080, frame rate: 30 fps.

全高清档视频设定。分辨率:1920 x 1080,帧率:30 帧/秒。

None → const VideoProfileType

None video profile

无视频设定。

Max → const VideoProfileType

The max video profile

最高档视频设定。

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