multimediacommscontroller/mmccsubcontroller/src/mccdtmfulstream.cpp
changeset 32 f2ed1fc4c163
parent 0 1bce908db942
child 59 b0e4b01681c5
equal deleted inserted replaced
30:4c9e1ec7a69e 32:f2ed1fc4c163
   184         iFmtpAttr->Des().Copy( aFmtp );
   184         iFmtpAttr->Des().Copy( aFmtp );
   185         
   185         
   186         iCodecInfo.iFmtpLength = iFmtpAttr->Length();
   186         iCodecInfo.iFmtpLength = iFmtpAttr->Length();
   187                 
   187                 
   188         CreatePayloadFormatEncoderL();
   188         CreatePayloadFormatEncoderL();
   189         
       
   190         CMccRtpDataSink* dataSink = static_cast<CMccRtpDataSink*>( iDatasink );        
       
   191         dataSink->SetMediaClock( *iRtpMediaClock ); 
       
   192         
   189         
   193         SetCodecState( EStateCodecNegotiated );        	
   190         SetCodecState( EStateCodecNegotiated );        	
   194         }
   191         }
   195     else if ( CurrentCodecState() == EStateCodecNegotiated )
   192     else if ( CurrentCodecState() == EStateCodecNegotiated )
   196         {
   193         {