Ac3BitstreamMode enum

Specify the bitstream mode for the AC-3 stream that the encoder emits. For more information about the AC3 bitstream mode, see ATSC A/52-2012 (Annex E).

Inheritance

Constructors

Ac3BitstreamMode()
const

Values

completeMain → const Ac3BitstreamMode
commentary → const Ac3BitstreamMode
dialogue → const Ac3BitstreamMode
emergency → const Ac3BitstreamMode
hearingImpaired → const Ac3BitstreamMode
musicAndEffects → const Ac3BitstreamMode
visuallyImpaired → const Ac3BitstreamMode
voiceOver → const Ac3BitstreamMode

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