Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration AudioChannel

The audio channel of the sound.

Index

Enumeration members

Channel0

Channel0: = 0

0: (Default) Supports dual channels. Depends on the upstream of the host.

Channel1

Channel1: = 1

1: The audio stream of the host uses the FL audio channel. If the upstream of the host uses multiple audio channels, these channels will be mixed into mono first.

Channel2

Channel2: = 2

2: The audio stream of the host uses the FC audio channel. If the upstream of the host uses multiple audio channels, these channels will be mixed into mono first.

Channel3

Channel3: = 3

3: The audio stream of the host uses the FR audio channel. If the upstream of the host uses multiple audio channels, these channels will be mixed into mono first.

Channel4

Channel4: = 4

4: The audio stream of the host uses the BL audio channel. If the upstream of the host uses multiple audio channels, these channels will be mixed into mono first.

Channel5

Channel5: = 5

5: The audio stream of the host uses the BR audio channel. If the upstream of the host uses multiple audio channels, these channels will be mixed into mono first.

Generated using TypeDoc