ProfileLevel enum

Inheritance

Constructors

ProfileLevel(String profileLevelName)
const

Values

h264Baseline31 → const ProfileLevel
const ProfileLevel('H264_Baseline_3_1')
h264Baseline32 → const ProfileLevel
const ProfileLevel('H264_Baseline_3_2')
h264Baseline40 → const ProfileLevel
const ProfileLevel('H264_Baseline_4_0')
h264Baseline41 → const ProfileLevel
const ProfileLevel('H264_Baseline_4_1')
h264Baseline42 → const ProfileLevel
const ProfileLevel('H264_Baseline_4_2')
h264Baseline50 → const ProfileLevel
const ProfileLevel('H264_Baseline_5_0')
h264Baseline51 → const ProfileLevel
const ProfileLevel('H264_Baseline_5_1')
h264Baseline52 → const ProfileLevel
const ProfileLevel('H264_Baseline_5_2')
h264High31 → const ProfileLevel
const ProfileLevel('H264_High_3_1')
h264High32 → const ProfileLevel
const ProfileLevel('H264_High_3_2')
h264High40 → const ProfileLevel
const ProfileLevel('H264_High_4_0')
h264High41 → const ProfileLevel
const ProfileLevel('H264_High_4_1')
h264High42 → const ProfileLevel
const ProfileLevel('H264_High_4_2')
h264High50 → const ProfileLevel
const ProfileLevel('H264_High_5_0')
h264High51 → const ProfileLevel
const ProfileLevel('H264_High_5_1')
h264High52 → const ProfileLevel
const ProfileLevel('H264_High_5_2')
h264Main31 → const ProfileLevel
const ProfileLevel('H264_Main_3_1')
h264Main32 → const ProfileLevel
const ProfileLevel('H264_Main_3_2')
h264Main40 → const ProfileLevel
const ProfileLevel('H264_Main_4_0')
h264Main41 → const ProfileLevel
const ProfileLevel('H264_Main_4_1')
h264Main42 → const ProfileLevel
const ProfileLevel('H264_Main_4_2')
h264Main50 → const ProfileLevel
const ProfileLevel('H264_Main_5_0')
h264Main51 → const ProfileLevel
const ProfileLevel('H264_Main_5_1')
h264Main52 → const ProfileLevel
const ProfileLevel('H264_Main_5_2')
h264Baseline13 → const ProfileLevel
const ProfileLevel('H264_Baseline_1_3')
h264Baseline30 → const ProfileLevel
const ProfileLevel('H264_Baseline_3_0')
h264Extended50 → const ProfileLevel
const ProfileLevel('H264_Extended_5_0')
h264ExtendedAutoLevel → const ProfileLevel
const ProfileLevel('H264_Extended_AutoLevel')
h264High30 → const ProfileLevel
const ProfileLevel('H264_High_3_0')
h264Main30 → const ProfileLevel
const ProfileLevel('H264_Main_3_0')
h264BaselineAutoLevel → const ProfileLevel
const ProfileLevel('H264_Baseline_AutoLevel')
h264MainAutoLevel → const ProfileLevel
const ProfileLevel('H264_Main_AutoLevel')
h264HighAutoLevel → const ProfileLevel
const ProfileLevel('H264_High_AutoLevel')
h264ConstrainedBaselineAutoLevel → const ProfileLevel
const ProfileLevel('H264_ConstrainedBaseline_AutoLevel')
h264ConstrainedHighAutoLevel → const ProfileLevel
const ProfileLevel('H264_ConstrainedHigh_AutoLevel')

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
profileLevelName String
final
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<ProfileLevel>
A constant List of the values in this enum, in order of their declaration.