srikanth
srikanth

Reputation: 239

Working of MediaRecorder.start()

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

Answers (1)

Thomas Dignan
Thomas Dignan

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

Related Questions