mmfenh/advancedaudiocontroller/audiocontrollerpluginsvariant/aacaudioplaycontroller/Src/AACAudioPlayControllerSwDecoder.cpp
branchRCL_3
changeset 41 a36789189b53
parent 0 71ca22bcf22a
child 45 095bea5f582e
equal deleted inserted replaced
40:60e492b28869 41:a36789189b53
   249 
   249 
   250 TInt CAACAudioPlayControllerDecoder::SeekSync(TUint8* /*aBuf*/, TInt /*aBufLen*/)
   250 TInt CAACAudioPlayControllerDecoder::SeekSync(TUint8* /*aBuf*/, TInt /*aBufLen*/)
   251 	{
   251 	{
   252 	return KErrNotSupported;
   252 	return KErrNotSupported;
   253 	}
   253 	}
   254 
   254 TBool CAACAudioPlayControllerDecoder::IsDecodingSufficient()
       
   255     {
       
   256      return CAdvancedAudioDecoder::IsDecodingSufficient();
       
   257     }
   255 // End of file
   258 // End of file