multimediacommsengine/mmceshared/inc/mcecommediastream.h
branchrcs
changeset 49 64c62431ac08
parent 0 1bce908db942
--- a/multimediacommsengine/mmceshared/inc/mcecommediastream.h	Mon Aug 23 17:50:26 2010 +0300
+++ b/multimediacommsengine/mmceshared/inc/mcecommediastream.h	Mon Sep 06 17:32:13 2010 +0530
@@ -343,6 +343,12 @@
     */
 	void SetRemoteMediaPort( TUint aPort );
 	
+    /**
+    * Sets remote msrp path
+    * @param aPort remote msrp path
+    */
+    void SetRemoteMsrpPath( TDes8& aremoteMsrpPath, TDes8& aConnStatus  );
+	
 	/**
     * Sets remote rtcp media address
     * @param aAddr remote rtcp media address
@@ -454,6 +460,12 @@
     void SetLinkId( TUint32 aLinkId );
     
     /**
+     * Sets Local MSRP Path
+     */
+    
+    void SetLocalMsrpPath( TDesC8& aLocalMsrpPath );
+    
+    /**
     * Gets direction
     * @return direction
     */
@@ -593,7 +605,13 @@
      */
     TBool iIsEnabled;
     
-	/**
+    /**
+     * Local MSRP Path
+     */
+    
+    TBuf8<256> iLocalMsrpPath;
+
+    /**
     * Local port
     */
 	TUint iLocalMediaPort;
@@ -602,6 +620,15 @@
     * Remote port
     */
 	TUint iRemoteMediaPort;
+	
+	/**
+     * Remote MSRP Path
+     */
+    
+    TBuf8<256> iRemoteMsrpPath;
+    
+    TBuf8<10> iConnStatus;
+
     
     /**
     * Remote RTCP IP-address (IPv4 or IPv6)