Most visited

Recently visited

Added in API level 3

MediaRecorder.OnInfoListener

public static interface MediaRecorder.OnInfoListener

android.media.MediaRecorder.OnInfoListener


在记录时发生错误时调用回调的接口定义。

摘要(Summary)

公共方法(Public methods)

abstract void onInfo(MediaRecorder mr, int what, int extra)

记录时发生错误时调用。

公共方法(Public methods)

onInfo

Added in API level 3
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

Hooray!