multimediacommscontroller/mmccrtpsourcesink/src/mccrtpdatasink.cpp
branchRCL_3
changeset 59 b0e4b01681c5
parent 42 817c922b90eb
equal deleted inserted replaced
55:f72c4fccd381 59:b0e4b01681c5
   776     		 !iSecureKeyExpired && 
   776     		 !iSecureKeyExpired && 
   777     		 !isPayloadMuted );
   777     		 !isPayloadMuted );
   778     }
   778     }
   779 
   779 
   780 // ---------------------------------------------------------------------------
   780 // ---------------------------------------------------------------------------
       
   781 // CMccRtpDataSink::SetMediaClock
       
   782 // ---------------------------------------------------------------------------
       
   783 //    
       
   784 void CMccRtpDataSink::SetMediaClock( CMccRtpMediaClock& aRtpMediaClock )
       
   785     {
       
   786     TRACE_RTP_SINK_PRINT( "CMccRtpDataSink::SetMediaClock" )
       
   787     
       
   788     if ( !iRtpMediaClock )
       
   789         {
       
   790         iRtpMediaClock = &aRtpMediaClock;
       
   791         }
       
   792     else
       
   793         {
       
   794         TRACE_RTP_SINK_PRINT( "CMccRtpDataSink::SetMediaClock - Allready set!" )
       
   795         }
       
   796     }
       
   797 
       
   798 // ---------------------------------------------------------------------------
   781 // FROM SRTP API
   799 // FROM SRTP API
   782 // This function is called by SRTP Stream initiated with 
   800 // This function is called by SRTP Stream initiated with 
   783 // MSRTPReKeyingObserver when a master key is stale and needs 
   801 // MSRTPReKeyingObserver when a master key is stale and needs 
   784 // to be refreshed.  
   802 // to be refreshed.  
   785 // ---------------------------------------------------------------------------
   803 // ---------------------------------------------------------------------------