AudioChannelTag enum
You can add a tag for this mono-channel audio track to mimic its placement in a multi-channel layout. For example, if this track is the left surround channel, choose Left surround (LS).
Values
- l → const AudioChannelTag
- r → const AudioChannelTag
- c → const AudioChannelTag
- lfe → const AudioChannelTag
- ls → const AudioChannelTag
- rs → const AudioChannelTag
- lc → const AudioChannelTag
- rc → const AudioChannelTag
- cs → const AudioChannelTag
- lsd → const AudioChannelTag
- rsd → const AudioChannelTag
- tcs → const AudioChannelTag
- vhl → const AudioChannelTag
- vhc → const AudioChannelTag
- vhr → const AudioChannelTag
Properties
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<
AudioChannelTag> - A constant List of the values in this enum, in order of their declaration.