Module: FMOD::Core::SpeakerIndex

Defined in:
lib/fmod/core/speaker_index.rb

Overview

Assigns an enumeration for a speaker index.

Constant Summary collapse

FRONT_LEFT =

The front left speaker.

0
FRONT_RIGHT =

The front right speaker.

1
FRONT_CENTER =

The front center speaker.

2
LOW_FREQUENCY =

The LFE or “subwoofer” speaker.

3
SURROUND_LEFT =

The surround left (usually to the side) speaker.

4
SURROUND_RIGHT =

The surround right (usually to the side) speaker.

5
BACK_LEFT =

The back left speaker.

6
BACK_RIGHT =

The back right speaker.

7
TOP_FRONT_LEFT =

The top front left speaker.

8
TOP_FRONT_RIGHT =

The top front right speaker.

9
TOP_BACK_LEFT =

The top back left speaker.

10
TOP_BACK_RIGHT =

The top back right speaker.

11