# Print output for @column tags ?>
public
static
interface
MediaRecorder.OnInfoListener
| android.media.MediaRecorder.OnInfoListener |
Interface definition of a callback to be invoked to communicate some info and/or warning about the recording.
Public methods | |
|---|---|
abstract
void
|
onInfo(MediaRecorder mr, int what, int extra)
Called to indicate an info or a warning during recording. |
public abstract void onInfo (MediaRecorder mr, int what, int extra)
Called to indicate an info or a warning during recording.
| Parameters | |
|---|---|
mr |
MediaRecorder: the MediaRecorder the info pertains to |
what |
int: the type of info or warning that has occurred
|
extra |
int: an extra code, specific to the info type |