to top
Android APIs
Added in API level 3
public static interface

MediaRecorder.OnInfoListener

android.media.MediaRecorder.OnInfoListener

Class Overview

Interface definition for a callback to be invoked when an error occurs while recording.

Summary

Public Methods
abstract void onInfo(MediaRecorder mr, int what, int extra)
Called when an error occurs while recording.

Public Methods

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

Added in API level 3

Called when an error occurs while recording.

Parameters
mr the MediaRecorder that encountered the error
what the type of error that has occurred:
extra an extra code, specific to the error type