H264Level enum

H264 Level

Inheritance
Available extensions

Values

h264Level_1 → const H264Level
h264Level_1_1 → const H264Level
h264Level_1_2 → const H264Level
h264Level_1_3 → const H264Level
h264Level_2 → const H264Level
h264Level_2_1 → const H264Level
h264Level_2_2 → const H264Level
h264Level_3 → const H264Level
h264Level_3_1 → const H264Level
h264Level_3_2 → const H264Level
h264Level_4 → const H264Level
h264Level_4_1 → const H264Level
h264Level_4_2 → const H264Level
h264Level_5 → const H264Level
h264Level_5_1 → const H264Level
h264Level_5_2 → const H264Level
h264LevelAuto → const H264Level

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
toValue() String

Available on H264Level, provided by the H264LevelValueExtension extension

Operators

operator ==(Object other) bool
The equality operator.
inherited

Constants

values → const List<H264Level>
A constant List of the values in this enum, in order of their declaration.