AudioChannel enum Null safety
The audio channel of the sound.
Constants
- Channel0 → const AudioChannel
-
(Default) Supports dual channels. Depends on the upstream of the broadcaster.
@JsonValue(0)const AudioChannel(0)
- Channel1 → const AudioChannel
-
The audio stream of the broadcaster uses the FL audio channel. If the upstream of the broadcaster uses multiple audio channels, these channels will be mixed into mono first.
@JsonValue(1)const AudioChannel(1)
- Channel2 → const AudioChannel
-
The audio stream of the broadcaster uses the FC audio channel. If the upstream of the broadcaster uses multiple audio channels, these channels will be mixed into mono first.
@JsonValue(2)const AudioChannel(2)
- Channel3 → const AudioChannel
-
The audio stream of the broadcaster uses the FR audio channel. If the upstream of the broadcaster uses multiple audio channels, these channels will be mixed into mono first.
@JsonValue(3)const AudioChannel(3)
- Channel4 → const AudioChannel
-
The audio stream of the broadcaster uses the BL audio channel. If the upstream of the broadcaster uses multiple audio channels, these channels will be mixed into mono first.
@JsonValue(4)const AudioChannel(4)
- Channel5 → const AudioChannel
-
The audio stream of the broadcaster uses the BR audio channel. If the upstream of the broadcaster uses multiple audio channels, these channels will be mixed into mono first.
@JsonValue(5)const AudioChannel(5)
-
values
→ const List<
AudioChannel> -
A constant List of the values in this enum, in order of their declaration.
const List<
AudioChannel>
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed. [...]
inherited
-
toString(
) → String -
A string representation of this object. [...]
override
Operators
-
operator ==(
Object other) → bool -
The equality operator. [...]
inherited