Read-only archive of the All About Symbian forum (2001–2013) · About this archive

Audio codecs on SDP

0 replies · 1,656 views · Started 19 October 2006

Hi!

Is there any way to load the audio codecs automatically to the SDP body?

Doing something like:
_LIT8( KEncodingName1, "AMR" );
_LIT8( KClockRate1, "8000" );
TSdpRtpmapValue rtpmapValue1( KEncodingName1(), KClockRate1(), KEncodingParam() );
HBufC8* rtpmapBuf1 = rtpmapValue1.EncodeL();

is not a very good solution because I can't know which codecs the terminal supports...

Anyone have a suggestion?

Thanks