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.
I am in need of simple audio recording and playing example using AudioRecorder in android. I tried with MediaRecorder, it …
android audio alsa audiorecord mediarecorderi've searched many topics but no straight answer. I have this code : recorder = new MediaRecorder(); recorder.setAudioSource(MediaRecorder.AudioSource.MIC); …
android android-emulator mediarecorder android-mediarecorderWhen I record video by MediaRecorder, it always records in landscape mode, regardless of real device orientation. How to force …
android video-recording device-orientation mediarecorderI have this error. Can somebody please help me, I think it's something about touch listener... The error is happening …
android mediarecorderI have two different code bases with the same problem. The first one is code copied straight from developer.android.…
android video camera android-camera mediarecorderI am recording video with MediaRecorder. My code works fine on 2.3.3 but fails on 4.0.3. The issue is following: the code …
android video-capture mediarecorder android-mediarecorderI haven't found any explanation for this so far. Basically I have a video recording class which works splendidly when …
android camera resolution mediarecorderBelow is the structure of my working code to record video and audio: Questions: 1) Why is the CamcorderProfile needed? setProfile(...) …
android mediarecorderThe Android MediaRecorder has a function .getMaxAmplitude(); which, as the API tells me, "Returns the maximum absolute amplitude that was …
android mediarecorder decibelI've faced a very strange behavior: sometimes my mediarecorder crashes with an error "Stop failed" and sometimes it works fine. …
android video camera mediarecorder