danger.audio
Interface ToneFilter



public interface ToneFilter

Bits for playback


Field Summary
static int ALL
          all
static int BUZZER
          has buzzer
static int FLASHER
          has flash
static int NONE
           
static int SOUND
          has sound
 

Field Detail

NONE

static final int NONE
See Also:
Constant Field Values

SOUND

static final int SOUND
has sound

See Also:
Constant Field Values

BUZZER

static final int BUZZER
has buzzer

See Also:
Constant Field Values

FLASHER

static final int FLASHER
has flash

See Also:
Constant Field Values

ALL

static final int ALL
all

See Also:
Constant Field Values