mmfenh/advancedaudiocontroller/audiocontrollerpluginsvariant/aacaudioplaycontroller/Src/AACAudioPlayControllerSwDecoder.cpp
equal
deleted
inserted
replaced
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 |