multimediacommsengine/mmceshared/inc/mcecommediastream.h
branchrcs
changeset 49 64c62431ac08
parent 0 1bce908db942
equal deleted inserted replaced
44:fb024d5e35fa 49:64c62431ac08
   341     * Sets remote media port
   341     * Sets remote media port
   342     * @param aPort remote media port
   342     * @param aPort remote media port
   343     */
   343     */
   344 	void SetRemoteMediaPort( TUint aPort );
   344 	void SetRemoteMediaPort( TUint aPort );
   345 	
   345 	
       
   346     /**
       
   347     * Sets remote msrp path
       
   348     * @param aPort remote msrp path
       
   349     */
       
   350     void SetRemoteMsrpPath( TDes8& aremoteMsrpPath, TDes8& aConnStatus  );
       
   351 	
   346 	/**
   352 	/**
   347     * Sets remote rtcp media address
   353     * Sets remote rtcp media address
   348     * @param aAddr remote rtcp media address
   354     * @param aAddr remote rtcp media address
   349     */
   355     */
   350 	void SetRemoteRtcpMediaAddrL( TDesC16& aAddr );
   356 	void SetRemoteRtcpMediaAddrL( TDesC16& aAddr );
   452     * @param aLinkId the link id
   458     * @param aLinkId the link id
   453     */
   459     */
   454     void SetLinkId( TUint32 aLinkId );
   460     void SetLinkId( TUint32 aLinkId );
   455     
   461     
   456     /**
   462     /**
       
   463      * Sets Local MSRP Path
       
   464      */
       
   465     
       
   466     void SetLocalMsrpPath( TDesC8& aLocalMsrpPath );
       
   467     
       
   468     /**
   457     * Gets direction
   469     * Gets direction
   458     * @return direction
   470     * @return direction
   459     */
   471     */
   460     TInt Direction();
   472     TInt Direction();
   461     
   473     
   591     /**
   603     /**
   592      * state, enabled or disabled
   604      * state, enabled or disabled
   593      */
   605      */
   594     TBool iIsEnabled;
   606     TBool iIsEnabled;
   595     
   607     
   596 	/**
   608     /**
       
   609      * Local MSRP Path
       
   610      */
       
   611     
       
   612     TBuf8<256> iLocalMsrpPath;
       
   613 
       
   614     /**
   597     * Local port
   615     * Local port
   598     */
   616     */
   599 	TUint iLocalMediaPort;
   617 	TUint iLocalMediaPort;
   600 
   618 
   601 	/**
   619 	/**
   602     * Remote port
   620     * Remote port
   603     */
   621     */
   604 	TUint iRemoteMediaPort;
   622 	TUint iRemoteMediaPort;
       
   623 	
       
   624 	/**
       
   625      * Remote MSRP Path
       
   626      */
       
   627     
       
   628     TBuf8<256> iRemoteMsrpPath;
       
   629     
       
   630     TBuf8<10> iConnStatus;
       
   631 
   605     
   632     
   606     /**
   633     /**
   607     * Remote RTCP IP-address (IPv4 or IPv6)
   634     * Remote RTCP IP-address (IPv4 or IPv6)
   608     */    
   635     */    
   609     TInetAddr iRemoteRtcpAddress;
   636     TInetAddr iRemoteRtcpAddress;