VideoTrackConfig enum
Values
- h90p_w160p → const VideoTrackConfig
- h180p_w320p → const VideoTrackConfig
- h216p_w384p → const VideoTrackConfig
- h360p_w640p → const VideoTrackConfig
- h540p_w960p → const VideoTrackConfig
- h720p_w1280p → const VideoTrackConfig
- h1080p_w1920p → const VideoTrackConfig
- h1440p_w2560p → const VideoTrackConfig
- h2160p_w3840p → const VideoTrackConfig
- h120p_w160p → const VideoTrackConfig
- h180p_w240p → const VideoTrackConfig
- h240p_w320p → const VideoTrackConfig
- h360p_w480p → const VideoTrackConfig
- h480p_w640p → const VideoTrackConfig
- h540p_w720p → const VideoTrackConfig
- h720p_w960p → const VideoTrackConfig
- h1080p_w1440p → const VideoTrackConfig
- h1440p_w1920p → const VideoTrackConfig
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<
VideoTrackConfig> - A constant List of the values in this enum, in order of their declaration.