MMMFDevSoundTruePause Class Reference

#include <mmf/server/mmfdevsoundcustominterfacesupportclasses.h>

class MMMFDevSoundTruePause
Public Member Functions
pure virtual TBool IsResumeSupported()
pure virtual TInt Resume()

Detailed Description

This class provides an interface to be able to Resume from DevSound.

Member Function Documentation

IsResumeSupported ( )

TBool IsResumeSupported()[pure virtual]

Queries the devsound whether it supports True Pause or not This call is only valid when DevSound is initialized

Returns: ETrue if the current DevSound configuration does support this feature EFalse otherwise

Resume ( )

TInt Resume()[pure virtual]

Resume the playback, recording or tone playing that was paused

Returns: An error code indicating if the function call was successful. KErrNone on success, KErrNotReady when is DevSound is not in pause KErrNotSupported if the DevSound configuration does support this feature