H264CodecLevel enum

Specify an H.264 level that is consistent with your output video settings. If you aren't sure what level to specify, choose Auto (AUTO).

Inheritance
Available extensions

Values

auto → const H264CodecLevel
level_1 → const H264CodecLevel
level_1_1 → const H264CodecLevel
level_1_2 → const H264CodecLevel
level_1_3 → const H264CodecLevel
level_2 → const H264CodecLevel
level_2_1 → const H264CodecLevel
level_2_2 → const H264CodecLevel
level_3 → const H264CodecLevel
level_3_1 → const H264CodecLevel
level_3_2 → const H264CodecLevel
level_4 → const H264CodecLevel
level_4_1 → const H264CodecLevel
level_4_2 → const H264CodecLevel
level_5 → const H264CodecLevel
level_5_1 → const H264CodecLevel
level_5_2 → const H264CodecLevel

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