Please note that the contents of this offline web site may be out of date. To access the most recent documentation visit the online version .
Note that links that point to online resources are green in color and will open in a new window.
We would love it if you could give us feedback about this material by filling this form (You have to be online to fill it)
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