multimediacommscontroller/mmccsubcontroller/src/mccdtmfulstream.cpp
branchRCL_3
changeset 18 817c922b90eb
parent 0 1bce908db942
equal deleted inserted replaced
17:b9d283c5c7b5 18:817c922b90eb
   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         {