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. |