public static interface MediaRecorder.OnInfoListener
android.media.MediaRecorder.OnInfoListener |
在记录时发生错误时调用回调的接口定义。
Public methods |
|
---|---|
abstract void |
onInfo(MediaRecorder mr, int what, int extra) 记录时发生错误时调用。 |
void onInfo (MediaRecorder mr, int what, int extra)
记录时发生错误时调用。
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 |