MMMFPlaybackStatus Class Reference

class MMMFPlaybackStatus

Custom interface class to enable access to the DevSound implementation to report the number of consumed input bytes, number of successfully decoded samples, samples played, system time and total samples played.

Nested Classes and Structures

Member Functions Documentation

MmpsCancelLossOfSyncNotification()

TInt MmpsCancelLossOfSyncNotification ( ) [pure virtual]

Cancel the request for notification of loss of sync.

MmpsGetPlaybackStatusInformation(TMMFPlaybackStatus &)

TInt MmpsGetPlaybackStatusInformation ( TMMFPlaybackStatus & aStatus ) [pure virtual]

A method to query for detailed status information from a playing DevSound. including timestamp information from the DSP.

Parameters

TMMFPlaybackStatus & aStatus the current playback status.

MmpsRequestLossOfSyncNotification()

TInt MmpsRequestLossOfSyncNotification ( ) [pure virtual]

Request notification of loss of sync during decode - the notification will be received in the DevSound client callback SendEventToClient with the event type set to KMMFEventLossOfDecodeSync.