#include <mmf/server/mmfdevsoundcustominterfacesupportclasses.h>
class MMMFDevSoundTimePlayed |
Public Member Functions | |
---|---|
pure virtual TInt | GetTimePlayed(TTimeIntervalMicroSeconds &) |
This class provides an interface to querying current play time from DevSound.
TInt | GetTimePlayed | ( | TTimeIntervalMicroSeconds & | aTime | ) | [pure virtual] |
Retrieves the current play time from the audio renderer.
Parameter | Description |
---|---|
aTime | A reference to TTimeIntervalMicroSeconds object which will be filled with the current play time by this function. |
Returns: An error code indicating if the function call was successful. KErrNone on success, KErrNotSupported if the underlying HwDevice does not support this custominterface