Reputation: 239
Can any one please explain me the working of MediaRecorder.start()
. I wish to know how the recorded data is being saved to a file.
Thank you.
Upvotes: 1
Views: 189
Reputation: 7102
To expand on Pompe's comment, this is the search query you will need to find the relevant code in the Android repositories:
site:kernel.org MediaRecorder.java
Upvotes: 1