H265CodecLevel enum

H.265 Level.

Inheritance

Constructors

H265CodecLevel()
const

Values

auto → const H265CodecLevel
level_1 → const H265CodecLevel
level_2 → const H265CodecLevel
level_2_1 → const H265CodecLevel
level_3 → const H265CodecLevel
level_3_1 → const H265CodecLevel
level_4 → const H265CodecLevel
level_4_1 → const H265CodecLevel
level_5 → const H265CodecLevel
level_5_1 → const H265CodecLevel
level_5_2 → const H265CodecLevel
level_6 → const H265CodecLevel
level_6_1 → const H265CodecLevel
level_6_2 → const H265CodecLevel

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