multimediacommscontroller/mmccrtpsourcesink/inc/mccrtpinterface.h
branchRCL_3
changeset 59 b0e4b01681c5
parent 42 817c922b90eb
--- a/multimediacommscontroller/mmccrtpsourcesink/inc/mccrtpinterface.h	Wed Sep 15 12:38:06 2010 +0300
+++ b/multimediacommscontroller/mmccrtpsourcesink/inc/mccrtpinterface.h	Wed Oct 13 14:59:15 2010 +0300
@@ -174,7 +174,7 @@
         * @param aConfig Configuration
         * @return void
         */
-        virtual void ConfigureL( const TDesC8& aConfig, CMccRtpMediaClock* aRtpMediaClock );
+        virtual void ConfigureL( const TDesC8& aConfig );
         
         /**
         * Sends RTCP receiver report to uplink if possible.
@@ -264,8 +264,7 @@
             iEventHandler( NULL ), iCodecInfo(), iMccStreamId( 0 ), 
             iMccEvent( TMccEvent() ), iRtpKeepalive( NULL ), iContext( NULL), 
             iSecSession( NULL ), iSrtpStream( NULL ), iRtpMediaClock( NULL ),
-            iContextId( 0 ),
-			iRtpKeepaliveUpdatePending( ETrue )
+            iContextId( 0 )
             { }
             
             
@@ -309,19 +308,6 @@
         
         void CloseStreams();
         
-        void SendJitterEventToClient( 	MAsyncEventHandler* aEventHandler,
-                                        TUid aEventOriginator,
-                                        TMccInternalEventType aInternalEventType,
-                                        TMccEventType aEventType,
-                                        TUint32 aEndpointId,
-                                        TInt aError = KErrNone, 
-                                        TUint64 aJitterEstimate = 0,
-                                        TUint32 aPacketsReceived = 0,
-                                        TInt64 aPrevTransTime = 0,
-                                        TUint64 aTriggeredJitterLevel = 0,
-        								TInt aPacketLoss = 0,
-        								TInt aTriggeredPacketLoss = 0 );
-        
         void SendInternalRtpEventToClient( MAsyncEventHandler* aEventHandler,
                                            TUid aEventOriginator,
                                            TMccInternalEventType aInternalEventType,
@@ -465,12 +451,7 @@
          * Context identifier
          */
          TUint32 iContextId;
-       
-	   /*
-         * Indicates need for setting media clock for keepalivetimer. 
-         */
-		TBool iRtpKeepaliveUpdatePending;	 
-		 
+
     private:    // Friend classes
     
         #ifdef TEST_EUNIT