ipappsrv_plat/media_control_api/inc/mmcccodecinformation.h
branchrcs
changeset 49 64c62431ac08
parent 32 f2ed1fc4c163
equal deleted inserted replaced
44:fb024d5e35fa 49:64c62431ac08
    46 _LIT8( KH263SdpName, "H263" );
    46 _LIT8( KH263SdpName, "H263" );
    47 _LIT8( KH2631998SdpName, "H263-1998" );
    47 _LIT8( KH2631998SdpName, "H263-1998" );
    48 _LIT8( KH2632000SdpName, "H263-2000" );
    48 _LIT8( KH2632000SdpName, "H263-2000" );
    49 _LIT8( KAVCSdpName, "H264" );
    49 _LIT8( KAVCSdpName, "H264" );
    50 _LIT8( KAACSdpName, "AAC" );
    50 _LIT8( KAACSdpName, "AAC" );
       
    51 _LIT8( KMSRPSdpName, "message codec" );
    51 _LIT8( KIlbcFmtp, "mode=" );
    52 _LIT8( KIlbcFmtp, "mode=" );
    52 _LIT8( KSemicolonSpace, "; " );
    53 _LIT8( KSemicolonSpace, "; " );
    53 _LIT8( KCommaSign, "," );
    54 _LIT8( KCommaSign, "," );
    54 const TInt KPTimeFactor = 1000;
    55 const TInt KPTimeFactor = 1000;
       
    56 static const TUid KUidMediaTypeMessage = {0x10289999};
    55 
    57 
    56 // Maximum buffer length for SDP names
    58 // Maximum buffer length for SDP names
    57 const TInt KMaxSdpNameLength = 20;
    59 const TInt KMaxSdpNameLength = 20;
    58 const TUint8 KMaxPacketrate = 10;
    60 const TUint8 KMaxPacketrate = 10;
    59 const TInt KMaxFmtpLen( 120 ); // Change if this gets too small
    61 const TInt KMaxFmtpLen( 120 ); // Change if this gets too small
   112 // ( 'H', '2', '6', '3' )
   114 // ( 'H', '2', '6', '3' )
   113 const TUint32 KMccFourCCIdH263 = 0x461A1B1C;
   115 const TUint32 KMccFourCCIdH263 = 0x461A1B1C;
   114 
   116 
   115 // ( 'H', '2', '6', '4' )
   117 // ( 'H', '2', '6', '4' )
   116 const TUint32 KMccFourCCIdAVC = 0x461A1BDD;
   118 const TUint32 KMccFourCCIdAVC = 0x461A1BDD;
       
   119 
       
   120 // ( 'M', 'S', 'R', 'P' )
       
   121 const TUint32 KMccFourCCIdMSRP = 6789;
   117 
   122 
   118 // Red - not official
   123 // Red - not official
   119 const TUint32 KMccFourCCIdRed = 0x4DDDDDDD;
   124 const TUint32 KMccFourCCIdRed = 0x4DDDDDDD;
   120 
   125 
   121 // Comfort noise - not official
   126 // Comfort noise - not official