#include <twl/snd.h>
typedef enum
{
SNDEX_MUTE_OFF = 0,
SNDEX_MUTE_ON = 1
} SNDEXMute;
SNDEX_MUTE_OFF | Normal output. |
---|---|
SNDEX_MUTE_ON | Muted. |
This is an enumerated type that expresses the audio mute setting.
SNDEX_GetMuteAsync, SNDEX_GetMute, SNDEX_SetMuteAsync, SNDEX_SetMute
2008/02/15 Initial version.
CONFIDENTIAL