ipappsrv_plat/media_control_api/inc/mmcccodecinformation.h
branchrcs
changeset 49 64c62431ac08
parent 32 f2ed1fc4c163
--- a/ipappsrv_plat/media_control_api/inc/mmcccodecinformation.h	Mon Aug 23 17:50:26 2010 +0300
+++ b/ipappsrv_plat/media_control_api/inc/mmcccodecinformation.h	Mon Sep 06 17:32:13 2010 +0530
@@ -48,10 +48,12 @@
 _LIT8( KH2632000SdpName, "H263-2000" );
 _LIT8( KAVCSdpName, "H264" );
 _LIT8( KAACSdpName, "AAC" );
+_LIT8( KMSRPSdpName, "message codec" );
 _LIT8( KIlbcFmtp, "mode=" );
 _LIT8( KSemicolonSpace, "; " );
 _LIT8( KCommaSign, "," );
 const TInt KPTimeFactor = 1000;
+static const TUid KUidMediaTypeMessage = {0x10289999};
 
 // Maximum buffer length for SDP names
 const TInt KMaxSdpNameLength = 20;
@@ -115,6 +117,9 @@
 // ( 'H', '2', '6', '4' )
 const TUint32 KMccFourCCIdAVC = 0x461A1BDD;
 
+// ( 'M', 'S', 'R', 'P' )
+const TUint32 KMccFourCCIdMSRP = 6789;
+
 // Red - not official
 const TUint32 KMccFourCCIdRed = 0x4DDDDDDD;