SNDEXMute

定義

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

} SNDEXMute;

要素

SNDEX_MUTE_OFF 通常出力。
SNDEX_MUTE_ON 消音。

説明

音声の消音設定種別を示す列挙型です。

参照

SNDEX_GetMuteAsync, SNDEX_GetMute, SNDEX_SetMuteAsync, SNDEX_SetMute

履歴

2008/02/15 初版