mobilemessaging/audiomsg/src/audiomessagerecorder.cpp
branchRCL_3
changeset 29 7e4e4bcc75b6
parent 0 72b543305e3a
equal deleted inserted replaced
28:fbb813aef148 29:7e4e4bcc75b6
   467 	if ( iSupportAudioOutput )
   467 	if ( iSupportAudioOutput )
   468 		{
   468 		{
   469 		if ( !iAudioOutput )
   469 		if ( !iAudioOutput )
   470 			{
   470 			{
   471 		    TRAPD( err, iAudioOutput = CAudioOutput::NewL( *iRecUtility, EFalse ) );
   471 		    TRAPD( err, iAudioOutput = CAudioOutput::NewL( *iRecUtility, EFalse ) );
   472 			if (err == KErrNone)
       
   473 				{
       
   474 				iAudioOutput->SetSecureOutputL( EFalse );//DRM
       
   475 				}
       
   476 			}
   472 			}
   477 		}
   473 		}
   478 	}
   474 	}
   479 
   475