Cool! Seems to be simple and straight away. Regards, nanang 2008/7/31 Karthik Babu <cytrion at gmail.com>: > Hi , > > Integrating Audio Routing API is quite simple . > > I have downloaded the audio routing API plugin from Nokia site and copied > them into the SDK folder . > > > The following lines have to be added to the StartPlay function in > sound_symbian.cpp file . > > CAudioOutput* iAudioOutput; > > iAudioOutput = CAudioOutput::NewL(*iOutputStream_); > > CAudioOutput::TAudioOutputPreference myOutputPref = > CAudioOutput::EPrivate; > > iAudioOutput->SetAudioOutputL(myOutputPref); > > I have attached my symbian_sound.cpp file for reference . > > Also add the following libraries to the the exectubale's mmp file . > > audiooutputrouting.lib > mediaclientaudio.lib > > -- > Karthik > > _______________________________________________ > Visit our blog: http://blog.pjsip.org > > pjsip mailing list > pjsip at lists.pjsip.org > http://lists.pjsip.org/mailman/listinfo/pjsip_lists.pjsip.org > >