Firelight Technologies FMOD Studio API

FSBANK_SPEAKERMAP

Speaker maps to define the layout of multichannel subsounds.

Enumeration

typedef enum {
  FSBANK_SPEAKERMAP_DEFAULT,
  FSBANK_SPEAKERMAP_ALLMONO,
  FSBANK_SPEAKERMAP_ALLSTEREO,
  FSBANK_SPEAKERMAP_PROTOOLS,
  FSBANK_SPEAKERMAP_MAX
} FSBANK_SPEAKERMAP;

Values

FSBANK_SPEAKERMAP_DEFAULT

Sample uses default FMOD speaker mapping.

FSBANK_SPEAKERMAP_ALLMONO

Sample is a collection of mono channels.

FSBANK_SPEAKERMAP_ALLSTEREO

Sample is a collection of stereo channel pairs.

FSBANK_SPEAKERMAP_PROTOOLS

Sample is 6ch and uses L C R LS RS LFE standard.

FSBANK_SPEAKERMAP_MAX

Upper bound for this enumeration, for use with validation.

See Also




Version 1.03.06 Built on Apr 17, 2014