danger.video
Interface Recorder.Errors

Enclosing class:
Recorder


public static interface Recorder.Errors

Status values returned in the data field of the Event handed to #start.

Since:
4.5

Field Summary
static int ABORTED
          Recording was cancelled (aborted) by the user or stopped before any video was recorded
static int FILE_SYSTEM_FULL
          The capture or save failed due to the file system being full
static int HARDWARE_FAILED
          Unspecified system error
static int HARDWARE_IN_USE
          The camera or audio HW are already in use
static int IO_FAILED
          File system error
static int OK
          Success
static int ON_PHONE
          The phone is active
static int OUT_OF_MEMORY
          Not enough memory to start recording
static int WRITE_SUSPENDED_ON_FULL
          Saving of a file to disk was suspended due to file system being full
static int WRITE_SUSPENDED_ON_IO_ERROR
          Saving of a file to disk was suspended due to file system error
 

Field Detail

OK

static final int OK
Success

See Also:
Constant Field Values

HARDWARE_FAILED

static final int HARDWARE_FAILED
Unspecified system error

See Also:
Constant Field Values

OUT_OF_MEMORY

static final int OUT_OF_MEMORY
Not enough memory to start recording

See Also:
Constant Field Values

ON_PHONE

static final int ON_PHONE
The phone is active

See Also:
Constant Field Values

IO_FAILED

static final int IO_FAILED
File system error

See Also:
Constant Field Values

HARDWARE_IN_USE

static final int HARDWARE_IN_USE
The camera or audio HW are already in use

See Also:
Constant Field Values

FILE_SYSTEM_FULL

static final int FILE_SYSTEM_FULL
The capture or save failed due to the file system being full

See Also:
Constant Field Values

ABORTED

static final int ABORTED
Recording was cancelled (aborted) by the user or stopped before any video was recorded

See Also:
Constant Field Values

WRITE_SUSPENDED_ON_FULL

static final int WRITE_SUSPENDED_ON_FULL
Saving of a file to disk was suspended due to file system being full

See Also:
Constant Field Values

WRITE_SUSPENDED_ON_IO_ERROR

static final int WRITE_SUSPENDED_ON_IO_ERROR
Saving of a file to disk was suspended due to file system error

See Also:
Constant Field Values