branch | RCL_3 |
changeset 45 | 095bea5f582e |
parent 41 | a36789189b53 |
child 46 | 0ac9a5310753 |
41:a36789189b53 | 45:095bea5f582e |
---|---|
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 TBool CAACAudioPlayControllerDecoder::IsDecodingSufficient() |
254 |
255 { |
|
256 return CAdvancedAudioDecoder::IsDecodingSufficient(); |
|
257 } |
|
258 // End of file |
255 // End of file |