SNDEXMute

Definition

#include <twl/snd.h>
typedef enum
{
    SNDEX_MUTE_OFF = 0,
    SNDEX_MUTE_ON = 1

} SNDEXMute;

Elements

SNDEX_MUTE_OFF Normal output.
SNDEX_MUTE_ON Muted.

Description

This is an enumerated type that expresses the audio mute setting.

See Also

SNDEX_GetMuteAsync, SNDEX_GetMute, SNDEX_SetMuteAsync, SNDEX_SetMute

Revision History

2008/02/15 Initial version.


CONFIDENTIAL