Question

In order to make the streaming and saving data of the recording at the same time, I would like to use the output of Mediarecorder which an Api in Android to record a video.
However, when I save the data that produced by recorder.setOutputFile, It is not a legal 3gp format.
Therefore, I would like to study the source code of camera.start() and camera.stop() to make the output file become readable.
Does someone can tell me where can I find the native code of these member?

OTHER TIPS

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top