CustomVideoTrackConfig enum

Inheritance

Constructors

CustomVideoTrackConfig()
const

Values

h90p_w160p → const CustomVideoTrackConfig
h180p_w320p → const CustomVideoTrackConfig
h216p_w384p → const CustomVideoTrackConfig
h360p_w640p → const CustomVideoTrackConfig
h540p_w960p → const CustomVideoTrackConfig
h720p_w1280p → const CustomVideoTrackConfig
h1080p_w1920p → const CustomVideoTrackConfig
h1440p_w2560p → const CustomVideoTrackConfig
h2160p_w3840p → const CustomVideoTrackConfig
h120p_w160p → const CustomVideoTrackConfig
h180p_w240p → const CustomVideoTrackConfig
h240p_w320p → const CustomVideoTrackConfig
h360p_w480p → const CustomVideoTrackConfig
h480p_w640p → const CustomVideoTrackConfig
h540p_w720p → const CustomVideoTrackConfig
h720p_w960p → const CustomVideoTrackConfig
h1080p_w1440p → const CustomVideoTrackConfig
h1440p_w1920p → const CustomVideoTrackConfig

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