Board Support  Version 1.0
Functions available when using the Board Software Components
 All Data Structures Functions Variables Groups Pages
Channel Identifiers

Identifiers for audio channels. More...

Macros

#define AUDIO_CHANNEL_MASTER   0
 Master channel.
 
#define AUDIO_CHANNEL_LEFT   1
 Left channel (stereo)
 
#define AUDIO_CHANNEL_RIGHT   2
 Right channel (stereo)
 

Description

Identifiers for audio channels.

Predefined audio channels that are used by Audio_SetVolume and Audio_SetMute functions.

Macro Definition Documentation

#define AUDIO_CHANNEL_LEFT   1

Left channel (stereo)

#define AUDIO_CHANNEL_MASTER   0

Master channel.

#define AUDIO_CHANNEL_RIGHT   2

Right channel (stereo)