Board Support
Version 1.0
Functions available when using the Board Software Components
|
Identifiers for audio streams. More...
Macros | |
#define | AUDIO_STREAM_OUT 0x00 |
Output stream. | |
#define | AUDIO_STREAM_IN 0x80 |
Input stream. | |
Identifiers for audio streams.
Predefined audio streams that are used by Audio_Start, Audio_Stop, Audio_Pause, Audio_Resume, Audio_SetVolume, Audio_SetMute, Audio_SetDataFormat and Audio_SetFrequency functions.
#define AUDIO_STREAM_IN 0x80 |
Input stream.
#define AUDIO_STREAM_OUT 0x00 |
Output stream.