Class android.media.MediaRecorder
| Added Methods | |
|---|---|
| voidsetCamera(Camera) | |
| voidsetMaxDuration(int) | |
| voidsetMaxFileSize(long) | |
| voidsetOnErrorListener(OnErrorListener) | |
| voidsetOnInfoListener(OnInfoListener) | |
| voidsetOutputFile(FileDescriptor) | |
| voidsetVideoEncoder(int) | |
| voidsetVideoFrameRate(int) | |
| voidsetVideoSize(int, | |
| voidsetVideoSource(int) | |
| Changed Methods | ||
|---|---|---|
| voidprepare() | Change in exceptions thrown from java.lang.IllegalStateExceptionto (java.io.IOException, java.lang.IllegalStateException). | |
| Added Fields | |
|---|---|
| intMEDIA_RECORDER_ERROR_UNKNOWN | |
| intMEDIA_RECORDER_INFO_MAX_DURATION_REACHED | |
| intMEDIA_RECORDER_INFO_MAX_FILESIZE_REACHED | |
| intMEDIA_RECORDER_INFO_UNKNOWN | |
