[android-developers] Re: MediRecorder query

2010-04-09 Thread ani
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

[android-developers] Re: MediRecorder query

2010-04-08 Thread Anandi
Thanks for the reply ani. I am tracing the code flow of setAudioSource() from java layer to jni and to cpp. After reaching at IMediaRecorder-setAudioSource() i can not trace the code further. I mean i couldn't find the code trace going in android_audio_output.cpp anyway. I know this is very

[android-developers] Re: MediRecorder query

2010-04-05 Thread ani
All your questions or answers should be posted in google developers site.If you want you can cc to the specific people whom you want to address. So that people who are facing problem like yours can google it :) Answer for your question is : Can anyone please tell me the location where the

[android-developers] Re: MediRecorder query

2010-04-01 Thread ani
Is there any relation between MediaRecorder and AudioRecord? AudioRecord-for applications which require audio processing. Media recorder- for applications which just wants to record audio by using platform default values. It would be better if someone from android team can shed more light on

[android-developers] Re: MediRecorder query

2010-04-01 Thread ani
Is there any relation between MediaRecorder and AudioRecord? AudioRecord-for applications which require audio processing. Media recorder- for applications which just wants to record audio by using platform default values. It would be better if someone from android team can shed more light on