ipappsrv_plat/media_control_api/inc/mmccinterfacedef.h
branchrcs
changeset 49 64c62431ac08
parent 23 a297cbce4e85
--- a/ipappsrv_plat/media_control_api/inc/mmccinterfacedef.h	Mon Aug 23 17:50:26 2010 +0300
+++ b/ipappsrv_plat/media_control_api/inc/mmccinterfacedef.h	Mon Sep 06 17:32:13 2010 +0530
@@ -40,6 +40,9 @@
 const TUid KMccVideoSinkUid     = { 0x102747D8 };
 const TUid KMccAnySourceUid     = { 0x10283394 };
 const TUid KMccAnySinkUid       = { 0x10283395 };
+// MSRP Source and Sink UIDs same as KUidMccMsrpSink and Source values
+const TUid KMccMsrpSourceUid     = { 0xA000EBE3 };
+const TUid KMccMsrpSinkUid       = { 0xA000EBE4 };
 
 
 const TUint32 KMccAudioToPrivate = 3;
@@ -53,6 +56,7 @@
 const TInt KMccLinkGeneral = 100;     
 const TInt KMccLinkLocal = 101;    
 const TInt KMccLinkGeneralVideo = 102;
+const TInt KMccLinkMessage = 120;
 
 // Mcc stream types
 const TInt KMccAudioUplinkStream = 200;
@@ -63,6 +67,9 @@
 const TInt KMccVideoLocalStream = 205;
 const TInt KMccAudioDownlinkStandbyStream = 206;
 const TInt KMccDtmfStream = 207;
+const TInt KMccMessageUplinkStream = 220;
+const TInt KMccMessageDownlinkStream = 221;
+const TInt KMccMessageLocalStream = 222;
 
 const TInt KMccMaxBundleSize = 40;