public
static
interface
MediaRecorder.OnInfoListener
| android.media.MediaRecorder.OnInfoListener |
Interface definition for a callback to be invoked when an error occurs while recording.
Public methods | |
|---|---|
abstract
void
|
onInfo(MediaRecorder mr, int what, int extra)
Called when an error occurs while recording. |
void onInfo (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
|