CListenerLocationProxy Class Reference

class CListenerLocationProxy : public CListenerLocation

This is the bassboost effect proxy class responsible for handling framework messages.

ListenerLocationProxy.lib
Since
3.0

Inherits from

Public Member Functions
~CListenerLocationProxy()
IMPORT_C voidApplyL()
voidListenerLocationEvent(const TDesC8 &)
IMPORT_C CListenerLocationProxy *NewL(TMMFMessageDestinationPckg, MCustomCommand &, CCustomInterfaceUtility *)
Private Member Functions
CListenerLocationProxy(TMMFMessageDestinationPckg, MCustomCommand &, CCustomInterfaceUtility *)
voidConstructL()
voidStartObserver()
Inherited Functions
CAudioEffect::CAudioEffect()
CAudioEffect::DisableL()
CAudioEffect::EnableL()
CAudioEffect::EnforceL(TBool)
CAudioEffect::HaveUpdateRights()const
CAudioEffect::IsEnabled()const
CAudioEffect::IsEnforced()const
CAudioEffect::RegisterObserverL(MAudioEffectObserver &)
CAudioEffect::UnRegisterObserver(MAudioEffectObserver &)
CAudioEffect::~CAudioEffect()
CBase::CBase()
CBase::Delete(CBase *)
CBase::Extension_(TUint,TAny *&,TAny *)
CBase::operator new(TUint)
CBase::operator new(TUint,TAny *)
CBase::operator new(TUint,TLeave)
CBase::operator new(TUint,TLeave,TUint)
CBase::operator new(TUint,TUint)
CBase::~CBase()
CListenerLocation::CListenerLocation()
CListenerLocation::NewL(CCustomCommandUtility *)
CListenerLocation::NewL(CDrmPlayerUtility &)
CListenerLocation::NewL(CMMFDevSound &)
CListenerLocation::NewL(CMdaAudioConvertUtility &)
CListenerLocation::NewL(CMdaAudioInputStream &)
CListenerLocation::NewL(CMdaAudioOutputStream &)
CListenerLocation::NewL(CMdaAudioPlayerUtility &)
CListenerLocation::NewL(CMdaAudioRecorderUtility &,TBool)
CListenerLocation::NewL(CMdaAudioToneUtility &)
CListenerLocation::NewL(CMidiClientUtility &)
CListenerLocation::NewL(CVideoPlayerUtility &)
CListenerLocation::NewL(MCustomInterface &)
CListenerLocation::Uid()const
CListenerLocation::~CListenerLocation()
CLocation::CLocation()
CLocation::DoEffectData()
CLocation::LocationCartesian(TInt32 &,TInt32 &,TInt32 &)
CLocation::LocationSpherical(TInt32 &,TInt32 &,TInt32 &)
CLocation::SetEffectData(const TDesC8 &)
CLocation::SetLocationCartesianL(TInt32 &,TInt32 &,TInt32 &)
CLocation::SetLocationSphericalL(TInt32 &,TInt32 &,TInt32 &)
CLocation::~CLocation()
Private Attributes
MCustomCommand *iCustomCommand
CCustomInterfaceUtility *iCustomInterfaceUtility
CListenerLocationEventObserver *iListenerLocationEventObserver
TMMFMessageDestinationPckg iMessageHandler
Inherited Attributes
CAudioEffect::iEnabled
CAudioEffect::iEnforced
CAudioEffect::iHaveUpdateRights
CAudioEffect::iObservers
CLocation::iDataPckgFrom
CLocation::iDataPckgTo
CLocation::iLocationData

Constructor & Destructor Documentation

CListenerLocationProxy(TMMFMessageDestinationPckg, MCustomCommand &, CCustomInterfaceUtility *)

CListenerLocationProxy(TMMFMessageDestinationPckgaMessageHandler,
MCustomCommand &aCustomCommand,
CCustomInterfaceUtility *aCustomInterfaceUtility
)[private]
Private C++ constructor for this class.
Since
3.0

Parameters

TMMFMessageDestinationPckg aMessageHandlerreference to message handler
MCustomCommand & aCustomCommandreference to custom command utility
CCustomInterfaceUtility * aCustomInterfaceUtility

~CListenerLocationProxy()

~CListenerLocationProxy()[virtual]

Destructor

Member Functions Documentation

ApplyL()

IMPORT_C voidApplyL()[virtual]
From CAudioEffect Apply effect settings
Since
3.0

ConstructL()

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

ListenerLocationEvent(const TDesC8 &)

voidListenerLocationEvent(const TDesC8 &aDataPckg)
From MListenerLocationCallback Changes to bassboost data has occured
Since
3.0

Parameters

const TDesC8 & aDataPckg

NewL(TMMFMessageDestinationPckg, MCustomCommand &, CCustomInterfaceUtility *)

IMPORT_C CListenerLocationProxy *NewL(TMMFMessageDestinationPckgaMessageHandler,
MCustomCommand &aCustomCommand,
CCustomInterfaceUtility *aCustomInterfaceUtility
)[static]
Factory function for creating the bassboost proxy object.
Since
3.0

Parameters

TMMFMessageDestinationPckg aMessageHandlerreference to message handler
MCustomCommand & aCustomCommandreference to custom command utility
CCustomInterfaceUtility * aCustomInterfaceUtility

StartObserver()

voidStartObserver()[private]
Start the active observer.
Since
3.0

Member Data Documentation

MCustomCommand * iCustomCommand

MCustomCommand *iCustomCommand[private]

CCustomInterfaceUtility * iCustomInterfaceUtility

CCustomInterfaceUtility *iCustomInterfaceUtility[private]

CListenerLocationEventObserver * iListenerLocationEventObserver

CListenerLocationEventObserver *iListenerLocationEventObserver[private]

TMMFMessageDestinationPckg iMessageHandler

TMMFMessageDestinationPckg iMessageHandler[private]