danger.audio
Interface Tone.Errors

Enclosing class:
Tone


public static interface Tone.Errors

Most methods return an error code


Field Summary
static int NOT_FOUND
          not found
static int NOT_SETUP
          not setup
static int NOT_VALID
          not valid data
static int OK
          everything ok
 

Field Detail

OK

static final int OK
everything ok

See Also:
Constant Field Values

NOT_FOUND

static final int NOT_FOUND
not found

See Also:
Constant Field Values

NOT_SETUP

static final int NOT_SETUP
not setup

See Also:
Constant Field Values

NOT_VALID

static final int NOT_VALID
not valid data

See Also:
Constant Field Values