module FMOD::Core::SpeakerMode
These are speaker types defined for use with the software format commands.
Constants
- DEFAULT
Default speaker mode for the chosen output mode which will resolve after
System.create
.- FIVE_POINT_ONE
6 speaker setup (5.1) front left, front right, center, low frequency, surround left, surround right.
- MONO
1 speaker setup (monaural).
- QUAD
4 speaker setup (4.0) front left, front right, surround left, surround right.
- RAW
Assume there is no special mapping from a given channel to a speaker, channels map 1:1 in order.
- SEVEN_POINT_FOUR
12 speaker setup (7.1.4) front left, front right, center, low frequency, surround left, surround right, back left, back right, top front left, top front right, top back left, top back right.
- SEVEN_POINT_ONE
8 speaker setup (7.1) front left, front right, center, low frequency, surround left, surround right, back left, back right.
- STEREO
2 speaker setup (stereo) front left, front right.
- SURROUND
5 speaker setup (5.0) front left, front right, center, surround left, surround right.