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)

Class android.media. MediaRecorder

Added Methods
void   setCamera ( Camera )  
void   setMaxDuration ( int )  
void   setMaxFileSize ( long )  
void   setOnErrorListener ( OnErrorListener )  
void   setOnInfoListener ( OnInfoListener )  
void   setOutputFile ( FileDescriptor )  
void   setVideoEncoder ( int )  
void   setVideoFrameRate ( int )  
void   setVideoSize ( int, int )  
void   setVideoSource ( int )  
 

Changed Methods
void   prepare () Change in exceptions thrown from java.lang.IllegalStateException to ( java.io.IOException, java.lang.IllegalStateException ).
 
 

Added Fields
int   MEDIA_RECORDER_ERROR_UNKNOWN  
int   MEDIA_RECORDER_INFO_MAX_DURATION_REACHED  
int   MEDIA_RECORDER_INFO_MAX_FILESIZE_REACHED  
int   MEDIA_RECORDER_INFO_UNKNOWN