CListenerOrientationProxy Class Reference

class CListenerOrientationProxy : public CListenerOrientation

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

ListenerOrientationProxy.lib
Since
3.0

Inherits from

Public Member Functions
~CListenerOrientationProxy()
IMPORT_C voidApplyL()
voidListenerOrientationEvent(const TDesC8 &)
IMPORT_C CListenerOrientationProxy *NewL(TMMFMessageDestinationPckg, MCustomCommand &, CCustomInterfaceUtility *)
Private Member Functions
CListenerOrientationProxy(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()
CListenerOrientation::CListenerOrientation()
CListenerOrientation::NewL(CCustomCommandUtility *)
CListenerOrientation::NewL(CDrmPlayerUtility &)
CListenerOrientation::NewL(CMMFDevSound &)
CListenerOrientation::NewL(CMdaAudioConvertUtility &)
CListenerOrientation::NewL(CMdaAudioInputStream &)
CListenerOrientation::NewL(CMdaAudioOutputStream &)
CListenerOrientation::NewL(CMdaAudioPlayerUtility &)
CListenerOrientation::NewL(CMdaAudioRecorderUtility &,TBool)
CListenerOrientation::NewL(CMdaAudioToneUtility &)
CListenerOrientation::NewL(CMidiClientUtility &)
CListenerOrientation::NewL(CVideoPlayerUtility &)
CListenerOrientation::NewL(MCustomInterface &)
CListenerOrientation::Uid()const
CListenerOrientation::~CListenerOrientation()
COrientation::COrientation()
COrientation::DoEffectData()
COrientation::Orientation(TInt32 &,TInt32 &,TInt32 &)
COrientation::OrientationVectors(TInt32 &,TInt32 &,TInt32 &,TInt32 &,TInt32 &,TInt32 &)
COrientation::SetEffectData(const TDesC8 &)
COrientation::SetOrientationL(TInt32,TInt32,TInt32)
COrientation::SetOrientationVectorsL(TInt32,TInt32,TInt32,TInt32,TInt32,TInt32)
COrientation::~COrientation()
Private Attributes
MCustomCommand *iCustomCommand
CCustomInterfaceUtility *iCustomInterfaceUtility
CListenerOrientationEventObserver *iListenerOrientationEventObserver
TMMFMessageDestinationPckg iMessageHandler
Inherited Attributes
CAudioEffect::iEnabled
CAudioEffect::iEnforced
CAudioEffect::iHaveUpdateRights
CAudioEffect::iObservers
COrientation::iDataPckgFrom
COrientation::iDataPckgTo
COrientation::iOrientationData

Constructor & Destructor Documentation

CListenerOrientationProxy(TMMFMessageDestinationPckg, MCustomCommand &, CCustomInterfaceUtility *)

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

~CListenerOrientationProxy()

~CListenerOrientationProxy()[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

ListenerOrientationEvent(const TDesC8 &)

voidListenerOrientationEvent(const TDesC8 &aDataPckg)
From MListenerOrientationCallback Changes to bassboost data has occured
Since
3.0

Parameters

const TDesC8 & aDataPckg

NewL(TMMFMessageDestinationPckg, MCustomCommand &, CCustomInterfaceUtility *)

IMPORT_C CListenerOrientationProxy *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]

CListenerOrientationEventObserver * iListenerOrientationEventObserver

CListenerOrientationEventObserver *iListenerOrientationEventObserver[private]

TMMFMessageDestinationPckg iMessageHandler

TMMFMessageDestinationPckg iMessageHandler[private]