CSourceLocationMessageHandler Class Reference

class CSourceLocationMessageHandler : public CMMFObject

This class encapsulates the message handing function of the bassboost effect. All custom commands send by the SourceLocation Proxy are routed to this class. The custom commands are dispatched to the appropriate handler.

Inherits from

Constructor & Destructor Documentation

CSourceLocationMessageHandler(CSourceLocation *)

CSourceLocationMessageHandler(CSourceLocation *aSourceLocation)[private]

C++ default constructor.

Parameters

CSourceLocation * aSourceLocation

~CSourceLocationMessageHandler()

~CSourceLocationMessageHandler()[virtual]

Destructor.

Member Functions Documentation

ConstructL()

voidConstructL()[private]
Second phase constructor for this class.
Since
3.0

DoApplyL(TMMFMessage &)

voidDoApplyL(TMMFMessage &aMessage)[private]

Handle applying the bassboost data to the bassboost object

Parameters

TMMFMessage & aMessagemessage to be handled

DoHandleRequestL(TMMFMessage &)

voidDoHandleRequestL(TMMFMessage &aMessage)[private]

Handle the request message

Parameters

TMMFMessage & aMessagemessage to be handled

DoInitializeL(TMMFMessage &)

voidDoInitializeL(TMMFMessage &aMessage)[private]

Handle initializing the bassboost object with initial data.

Parameters

TMMFMessage & aMessagemessage to be handled

DoObserveL(TMMFMessage &)

voidDoObserveL(TMMFMessage &aMessage)[private]

Handle observation request messages

Parameters

TMMFMessage & aMessagemessage to be handled

EffectChanged(const CAudioEffect *, TUint8)

voidEffectChanged(const CAudioEffect *aAudioEffect,
TUint8aEvent
)
From MSourceLocationObserver Changes to bassboost data has occured
Since
3.0

Parameters

const CAudioEffect * aAudioEffect
TUint8 aEventThe specific event Id of the effect that changed.

HandleRequest(TMMFMessage &)

voidHandleRequest(TMMFMessage &aMessage)[virtual]

Handle the request message

Parameters

TMMFMessage & aMessagemessage to be handled

NewL(TAny *)

IMPORT_C CSourceLocationMessageHandler *NewL(TAny *customInterface)[static]

Parameters

TAny * customInterface

Member Data Documentation

TSglQue< CEffectDataQueItem > * iEffectDataQue

TSglQue< CEffectDataQueItem > *iEffectDataQue[private]

TMMFMessage * iMessage

TMMFMessage *iMessage[private]

TBool iRegistered

TBool iRegistered[private]

CSourceLocation * iSourceLocation

CSourceLocation *iSourceLocation[private]