CSourceLocationProxy Class Reference

class CSourceLocationProxy : public CSourceLocation

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

SourceLocationProxy.lib
Since
3.0
Public Member Functions
~CSourceLocationProxy ()
IMPORT_C void ApplyL ()
IMPORT_C CSourceLocationProxy * NewL ( TMMFMessageDestinationPckg , MCustomCommand &, CCustomInterfaceUtility *)
void SourceLocationEvent (const TDesC8 &)
Private Member Functions
CSourceLocationProxy ( TMMFMessageDestinationPckg , MCustomCommand &, CCustomInterfaceUtility *)
void ConstructL ()
void StartObserver ()
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()
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()
CSourceLocation::CSourceLocation()
CSourceLocation::NewL(CCustomCommandUtility *)
CSourceLocation::NewL(CDrmPlayerUtility &)
CSourceLocation::NewL(CMMFDevSound &)
CSourceLocation::NewL(CMdaAudioConvertUtility &)
CSourceLocation::NewL(CMdaAudioInputStream &)
CSourceLocation::NewL(CMdaAudioOutputStream &)
CSourceLocation::NewL(CMdaAudioPlayerUtility &)
CSourceLocation::NewL(CMdaAudioRecorderUtility &,TBool)
CSourceLocation::NewL(CMdaAudioToneUtility &)
CSourceLocation::NewL(CMidiClientUtility &)
CSourceLocation::NewL(CVideoPlayerUtility &)
CSourceLocation::NewL(MCustomInterface &)
CSourceLocation::Uid()const
CSourceLocation::~CSourceLocation()
Private Attributes
MCustomCommand * iCustomCommand
CCustomInterfaceUtility * iCustomInterfaceUtility
TMMFMessageDestinationPckg iMessageHandler
CSourceLocationEventObserver * iSourceLocationEventObserver
Inherited Attributes
CAudioEffect::iEnabled
CAudioEffect::iEnforced
CAudioEffect::iHaveUpdateRights
CAudioEffect::iObservers
CLocation::iDataPckgFrom
CLocation::iDataPckgTo
CLocation::iLocationData

Constructor & Destructor Documentation

CSourceLocationProxy(TMMFMessageDestinationPckg, MCustomCommand &, CCustomInterfaceUtility *)

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

Parameters

TMMFMessageDestinationPckg aMessageHandler reference to message handler
MCustomCommand & aCustomCommand reference to custom command utility
CCustomInterfaceUtility * aCustomInterfaceUtility

~CSourceLocationProxy()

~CSourceLocationProxy ( ) [virtual]

Destructor

Member Functions Documentation

ApplyL()

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

ConstructL()

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

NewL(TMMFMessageDestinationPckg, MCustomCommand &, CCustomInterfaceUtility *)

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

Parameters

TMMFMessageDestinationPckg aMessageHandler reference to message handler
MCustomCommand & aCustomCommand reference to custom command utility
CCustomInterfaceUtility * aCustomInterfaceUtility

SourceLocationEvent(const TDesC8 &)

void SourceLocationEvent ( const TDesC8 & aDataPckg )
From MSourceLocationCallback Changes to bassboost data has occured
Since
3.0

Parameters

const TDesC8 & aDataPckg

StartObserver()

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

Member Data Documentation

MCustomCommand * iCustomCommand

MCustomCommand * iCustomCommand [private]

CCustomInterfaceUtility * iCustomInterfaceUtility

CCustomInterfaceUtility * iCustomInterfaceUtility [private]

TMMFMessageDestinationPckg iMessageHandler

TMMFMessageDestinationPckg iMessageHandler [private]

CSourceLocationEventObserver * iSourceLocationEventObserver

CSourceLocationEventObserver * iSourceLocationEventObserver [private]