check this file libmediaplayerservice/MediaRecorderClient.cpp.
This client i guess gets called by libmediaplayerservice/
MediaPlayerService.cpp file which gets the object of
MediaRecorderClient.


In this file(MediaRecorderClient.cpp) we are creating the object of PV
media and passing it to user to set the audio source for recording.
This file has this call MediaRecorderClient::setAudioSource for
setting the audio source.

This call in-turn goes to PV framework(external/opencore/android) for
setting the audio source.

How your call IMediaRecorder->setAudioSource is mapped to
MediaPlayerService.cpp file is left as an exercise for you.

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

To unsubscribe, reply using "remove me" as the subject.

Reply via email to