Top "Mediarecorder" questions

Mediarecorder is the Android class used for recording Audio and Video available since API Level 1. (For the Web-API, use the [web-mediarecorder] tag instead.

Record video with a different preview size than the resulting video file

I am attempting to allow users to record video that is a different size than the actual on-screen preview that …

android android-camera mediarecorder
Android - mute microphone while recording video

I'm recording a video with the camera, using the MediaRecorder class, after following a tutorial similiar to this http://androidcookbook.…

android audio-recording mediarecorder video-recording
Android mediarecording error start failed -19 runTimeException

I'm experiencing a problem with my mediarecording. I'm trying to use the front camera to recored. This gives me an …

java android mediarecorder runtimeexception android-mediarecorder