mediarecorder
What is "time lapse mode" in video recording?
What is \"time lapse mode\" in video recording? I read 开发者_高级运维this term in Android documentation for class MediaRecorder.Time lapse photography is taking a picture at longer intervals than nor[详细]
2023-03-30 08:50 分类:问答MediaRecorder implementing setOnInfoListener -max duration
I \'m using mediarecorder to capture audio through MIC. I have set the max duration to 20 seconds. The recording stops automatically and does not stop at my break point insidesetOnInfoListener.[详细]
2023-03-30 06:55 分类:问答How to use MediaRecorder to capture video on Android?
I would like to create a short video clip using the MediaRecorder, but I don\'t know how to use it. In my manifest file I added these permissions before the application-end-tag:[详细]
2023-03-27 20:40 分类:问答When must I re-lock the Camera?
android.开发者_Python百科hardware.Camera tells me, of lock() and unlock(), that I \"probably do not need this method\" if I \"am not recording video.\"Well, I am recording video.[详细]
2023-03-26 20:23 分类:问答IllegalStateException with android MediaRecorder
I\'m learning how to program the video camera in android and wrote a very basic program (XML with SurfaceView and two buttons, one to start, one to stop video recording). Video Preview works fine, but[详细]
2023-03-26 07:22 分类:问答Problems recording + playback (MediaRecorder + MediaPlayer)
I\'m trying to record the users voice and play it back onClick of a button but I\'m getting a "WARN/System.err(25236): java.io.IOException: Prepare failed.: status=0x1".[详细]
2023-03-25 16:29 分类:问答MediaRecorder save video problem
For several days I have been trying to figure out an obscure problem related to saving video. I have narrowed it down to an issue with MediaRecorder. The problem is when you record many (15-30) videos[详细]
2023-03-24 19:20 分类:问答Android MediaRecorder to AudioTrack, Recording and Playback
I\'m trying to make it to where I can record the users voice and play it back in the same activity using the MediaRecorder and AudioTrack.I just don\'t understand how to write the file to AudioTrack.[详细]
2023-03-18 15:33 分类:问答How to append to Android MediaRecorder output file
I am wondering if there开发者_Go百科 is a way to tell the MediaRecorder to append to an existing audio file instead of starting it over from the beginning.In other words, I would like to call setOutpu[详细]
2023-03-11 02:43 分类:问答Is there pause available in mediarecorder class
Is there a way to pause the recording and start after a w开发者_JAVA百科hile. Short answer: no Once you are recording the only possible actions are stop and reset.There is no pause() functionality wh[详细]
2023-03-08 19:37 分类:问答