Added in API level 3
  
  
  
  
MediaRecorder.OnErrorListener
  public
  static
  
  
  interface
  MediaRecorder.OnErrorListener
  
  
  
| android.media.MediaRecorder.OnErrorListener | 
Interface definition for a callback to be invoked when an error occurs while recording.
Summary
| Public methods | |
|---|---|
| 
        abstract
        
        
        
        
        void | 
      onError(MediaRecorder mr, int what, int extra)
      Called when an error occurs while recording. | 
Public methods
onError
    Added in API level 3
  
      
  
    public abstract void onError (MediaRecorder mr, int what, int extra)
Called when an error occurs while recording.
| 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 | 
