API Diff Specification
To Version: Android SDK 0.9_r1
From Version: Android SDK m5-rc14
Generated 2008.08.14 15:44

Class android.media.MediaRecorder

Removed Methods
String getMimeContentType()  
 

Added Methods
int getMaxAmplitude() Returns the maximum absolute amplitude that was sampled since the last call to this method.
 

Changed Methods
void prepare() Change in exceptions thrown from no exceptions to java.lang.IllegalStateException.
Prepares the recorder to begin capturing and encoding data.
void setAudioEncoder(int) Change in exceptions thrown from no exceptions to java.lang.IllegalStateException.
Sets the audio encoder to be used for recording.
void setAudioSource(int) Change in exceptions thrown from no exceptions to java.lang.IllegalStateException.
Sets the audio source to be used for recording.
void setOutputFile(String) Change in exceptions thrown from no exceptions to java.lang.IllegalStateException.
Sets the path of the output file to be produced.
void setOutputFormat(int) Change in exceptions thrown from no exceptions to java.lang.IllegalStateException.
Sets the format of the output file produced during recording.
void setVideoEncoder(int) Change in exceptions thrown from no exceptions to java.lang.IllegalStateException.
Sets the video encoder to be used for recording.
void setVideoFrameRate(int) Change in exceptions thrown from no exceptions to java.lang.IllegalStateException.
Sets the frame rate of the video to be captured.
void setVideoSize(int, int) Change in exceptions thrown from no exceptions to java.lang.IllegalStateException.
Sets the width and height of the video to be captured.
void setVideoSource(int) Change in exceptions thrown from no exceptions to java.lang.IllegalStateException.
Sets the video source to be used for recording.
void start() Change in exceptions thrown from no exceptions to java.lang.IllegalStateException.
Begins capturing and encoding data to the file specified with setOutputFile().
void stop() Change in exceptions thrown from no exceptions to java.lang.IllegalStateException.
Stops recording.
 

©2008 Google - Code Home - Site Terms of Service - Privacy Policy
Generated by JDiff