danger.audio
Interface VolumeSelector



public interface VolumeSelector

VolumeSelector, when getting/setting mute status or volumes


Field Summary
static int APPS
          app sounds
static int BACKGROUND
          background tones
static int BUZZER
          buzzer
static int FLASHER
          flash
static int FOREGROUND
          foreground tones
static int KEYS
          key clicks
static int MASTER
          overall master.
static int PHONE
          sound related to phone
static int SYSTEM
          system/ui sounds
static int TRACKBALL
          trackball click
 

Field Detail

MASTER

static final int MASTER
overall master. Don't use

See Also:
Constant Field Values

FOREGROUND

static final int FOREGROUND
foreground tones

See Also:
Constant Field Values

BACKGROUND

static final int BACKGROUND
background tones

See Also:
Constant Field Values

APPS

static final int APPS
app sounds

See Also:
Constant Field Values

SYSTEM

static final int SYSTEM
system/ui sounds

See Also:
Constant Field Values

KEYS

static final int KEYS
key clicks

See Also:
Constant Field Values

PHONE

static final int PHONE
sound related to phone

See Also:
Constant Field Values

BUZZER

static final int BUZZER
buzzer

See Also:
Constant Field Values

FLASHER

static final int FLASHER
flash

See Also:
Constant Field Values

TRACKBALL

static final int TRACKBALL
trackball click

See Also:
Constant Field Values