MDrmAudioPlayerCallback Class Reference
class MDrmAudioPlayerCallback
|
Interface class for DRM Player callbacks
DRMAudioPlayer.lib
-
Since
-
Series 60 3.0
Member Functions Documentation
MdapcInitComplete(TInt, const TTimeIntervalMicroSeconds &)
Parameters
TInt
aError
|
The status of the audio sample after initialisation. The following values have the same specific meaning across all EPOC platforms: KErrNone the sample is ready to play. KErrNotSupported the audio format or particular encoding type is not recognised or not supported. KErrNotFound the audio sample cannot be found. KErrNoMemory there is insufficient memory to play this audio sample. Other values are possible indicating a problem opening the audio sample. These values are dependent on the EPOC platform.
|
const
TTimeIntervalMicroSeconds
& aDuration
|
The duration of the audio sample.
|
MdapcPlayComplete(TInt)
void
|
MdapcPlayComplete
|
(
|
TInt
|
aError
|
)
|
[pure virtual]
|
Parameters
TInt
aError
|
The status of playback. The following values have the same specific meaning across all EPOC platforms: KErrNone playing of the audio sample is complete. KErrCorrupt the sample data is corrupt. KErrInUse the sound device is in use by another higher priority client. This can happen during playback. KErrNoMemory there is insufficient memory to play this audio sample Other values are possible indicating a problem opening the audio sample. These values are dependent on the EPOC platform.
|
Copyright ©2010 Nokia Corporation and/or its subsidiary(-ies).
All rights
reserved. Unless otherwise stated, these materials are provided under the terms of the Eclipse Public License
v1.0.