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()

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

DoApplyL(TMMFMessage &)

void DoApplyL ( TMMFMessage & aMessage ) [private]

Handle applying the bassboost data to the bassboost object

Parameters

TMMFMessage & aMessage message to be handled

DoHandleRequestL(TMMFMessage &)

void DoHandleRequestL ( TMMFMessage & aMessage ) [private]

Handle the request message

Parameters

TMMFMessage & aMessage message to be handled

DoInitializeL(TMMFMessage &)

void DoInitializeL ( TMMFMessage & aMessage ) [private]

Handle initializing the bassboost object with initial data.

Parameters

TMMFMessage & aMessage message to be handled

DoObserveL(TMMFMessage &)

void DoObserveL ( TMMFMessage & aMessage ) [private]

Handle observation request messages

Parameters

TMMFMessage & aMessage message to be handled

EffectChanged(const CAudioEffect *, TUint8)

void EffectChanged ( const CAudioEffect * aAudioEffect,
TUint8 aEvent
)
From MSourceLocationObserver Changes to bassboost data has occured
Since
3.0

Parameters

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

HandleRequest(TMMFMessage &)

void HandleRequest ( TMMFMessage & aMessage ) [virtual]

Handle the request message

Parameters

TMMFMessage & aMessage message 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]