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