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!