multimediacommscontroller/mmccrtpsourcesink/inc/mccrtpdatasink.h
branchRCL_3
changeset 18 817c922b90eb
parent 0 1bce908db942
equal deleted inserted replaced
17:b9d283c5c7b5 18:817c922b90eb
    83        		{
    83        		{
    84         	return iSSRC;
    84         	return iSSRC;
    85         	}
    85         	}
    86 
    86 
    87         /**
    87         /**
    88          * Sets rtp media clock instance for data sink. Instance is forwarded 
       
    89          * to rtp keep alive sender.
       
    90          *
       
    91          * @since Series 60 3.0
       
    92          * @param aRtpMediaClock media clock instance
       
    93          * @return void
       
    94          */
       
    95         virtual void SetMediaClock( CMccRtpMediaClock& aRtpMediaClock );
       
    96         
       
    97         /**
       
    98          * Mutes/Unmutes RTP sink. When mute is enabled, only packets with
    88          * Mutes/Unmutes RTP sink. When mute is enabled, only packets with
    99          * exception payload type are sent.
    89          * exception payload type are sent.
   100          *
    90          *
   101          * @since   Series 60 3.2
    91          * @since   Series 60 3.2
   102          * @param   aMuteOn         When ETrue mute is enabled
    92          * @param   aMuteOn         When ETrue mute is enabled