mmfenh/advancedaudiocontroller/audiocontrollerpluginsvariant/aacaudioplaycontroller/Src/AACAudioPlayControllerHwDecoder.cpp
branchRCL_3
changeset 41 a36789189b53
parent 18 2eb3b066cc7d
child 45 095bea5f582e
equal deleted inserted replaced
40:60e492b28869 41:a36789189b53
   381 
   381 
   382 TInt CAACAudioPlayControllerDecoder::CodecCmd(TCodecCmd /*aCmd*/)
   382 TInt CAACAudioPlayControllerDecoder::CodecCmd(TCodecCmd /*aCmd*/)
   383 	{
   383 	{
   384 	return KErrNotSupported;
   384 	return KErrNotSupported;
   385 	}
   385 	}
       
   386 TBool CAACAudioPlayControllerDecoder::IsDecodingSufficient()
       
   387     {
       
   388     RDebug::Printf("CAACAudioPlayControllerDecoder::IsDecodingSufficient");
       
   389     return ETrue;
       
   390     }
   386 
   391 
   387 // End of file
   392 // End of file