multimediacommscontroller/mmccsubcontroller/src/mccdtmfulstream.cpp
branchRCL_3
changeset 59 b0e4b01681c5
parent 42 817c922b90eb
equal deleted inserted replaced
55:f72c4fccd381 59:b0e4b01681c5
   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 ); 
   189         
   192         
   190         SetCodecState( EStateCodecNegotiated );        	
   193         SetCodecState( EStateCodecNegotiated );        	
   191         }
   194         }
   192     else if ( CurrentCodecState() == EStateCodecNegotiated )
   195     else if ( CurrentCodecState() == EStateCodecNegotiated )
   193         {
   196         {