public
static
interface
MediaRecorder.OnErrorListener
android.media.MediaRecorder.OnErrorListener |
Interface definition for a callback to be invoked when an error occurs while recording.
Public methods | |
---|---|
abstract
void
|
onError(MediaRecorder mr, int what, int extra)
Called when an error occurs while recording. |
void onError (MediaRecorder mr, int what, int extra)
Called when an error occurs while recording.
Parameters | |
---|---|
mr |
MediaRecorder :
the MediaRecorder that encountered the error |
what |
int :
the type of error that has occurred:
|
extra |
int :
an extra code, specific to the error type
|