|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public static interface Recorder.Errors
Status values returned in the data field of the Event handed to #start.
| 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 |
|---|
static final int OK
static final int HARDWARE_FAILED
static final int OUT_OF_MEMORY
static final int ON_PHONE
static final int IO_FAILED
static final int HARDWARE_IN_USE
static final int FILE_SYSTEM_FULL
static final int ABORTED
static final int WRITE_SUSPENDED_ON_FULL
static final int WRITE_SUSPENDED_ON_IO_ERROR
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||