CListenerOrientation Class Reference

class CListenerOrientation : public COrientation

This is the listener orientation effect class for managing audio orientation settings.

ListenerOrientationEffect.lib
Since
3.0

Inherits from

Public Member Functions
~CListenerOrientation ()
IMPORT_C CListenerOrientation * NewL (CMdaAudioConvertUtility &)
IMPORT_C CListenerOrientation * NewL ( CMdaAudioInputStream &)
IMPORT_C CListenerOrientation * NewL ( CMdaAudioOutputStream &)
IMPORT_C CListenerOrientation * NewL ( CMdaAudioPlayerUtility &)
IMPORT_C CListenerOrientation * NewL (CMdaAudioRecorderUtility &, TBool )
IMPORT_C CListenerOrientation * NewL ( CMdaAudioToneUtility &)
IMPORT_C CListenerOrientation * NewL ( CMMFDevSound &)
IMPORT_C CListenerOrientation * NewL ( CCustomCommandUtility *)
IMPORT_C CListenerOrientation * NewL ( MCustomInterface &)
IMPORT_C CListenerOrientation * NewL (CMidiClientUtility &)
IMPORT_C CListenerOrientation * NewL ( CDrmPlayerUtility &)
IMPORT_C CListenerOrientation * NewL ( CVideoPlayerUtility &)
IMPORT_C TUid Uid ()
Protected Member Functions
CListenerOrientation ()
Inherited Functions
CAudioEffect::ApplyL()
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()
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()
Inherited Attributes
CAudioEffect::iEnabled
CAudioEffect::iEnforced
CAudioEffect::iHaveUpdateRights
CAudioEffect::iObservers
COrientation::iDataPckgFrom
COrientation::iDataPckgTo
COrientation::iOrientationData

Constructor & Destructor Documentation

CListenerOrientation()

IMPORT_C CListenerOrientation ( ) [protected]
Private C++ constructor for this class.
Since
3.0

~CListenerOrientation()

IMPORT_C ~CListenerOrientation ( ) [virtual]

Destructor

Member Functions Documentation

NewL(CMdaAudioConvertUtility &)

IMPORT_C CListenerOrientation * NewL ( CMdaAudioConvertUtility & aUtility ) [static]
Factory function for creating the listener orientation object.
Since
3.0

Parameters

CMdaAudioConvertUtility & aUtility A reference to a convert utility

NewL(CMdaAudioInputStream &)

IMPORT_C CListenerOrientation * NewL ( CMdaAudioInputStream & aUtility ) [static]
Factory function for creating the listener orientation object.
Since
3.0

Parameters

CMdaAudioInputStream & aUtility A reference to an audio input stream utility

NewL(CMdaAudioOutputStream &)

IMPORT_C CListenerOrientation * NewL ( CMdaAudioOutputStream & aUtility ) [static]
Factory function for creating the listener orientation object.
Since
3.0

Parameters

CMdaAudioOutputStream & aUtility A reference to an audio output stream utility

NewL(CMdaAudioPlayerUtility &)

IMPORT_C CListenerOrientation * NewL ( CMdaAudioPlayerUtility & aUtility ) [static]
Factory function for creating the listener orientation object.
Since
3.0

Parameters

CMdaAudioPlayerUtility & aUtility A reference to an audio player utility

NewL(CMdaAudioRecorderUtility &, TBool)

IMPORT_C CListenerOrientation * NewL ( CMdaAudioRecorderUtility & aUtility,
TBool aRecordStream
) [static]
Factory function for creating the listener orientation object.
Since
3.0

Parameters

CMdaAudioRecorderUtility & aUtility A reference to an audio record utility
TBool aRecordStream ETrue if the effect is to be applied to the recording, EFalse if the effect is to be applied only to the playback

NewL(CMdaAudioToneUtility &)

IMPORT_C CListenerOrientation * NewL ( CMdaAudioToneUtility & aUtility ) [static]
Factory function for creating the listener orientation object.
Since
3.0

Parameters

CMdaAudioToneUtility & aUtility A reference to an audio tone utility

NewL(CMMFDevSound &)

IMPORT_C CListenerOrientation * NewL ( CMMFDevSound & aDevSound ) [static]
Factory function for creating the listener orientation object.
Since
3.0

Parameters

CMMFDevSound & aDevSound A reference to a DevSound instance

NewL(CCustomCommandUtility *)

IMPORT_C CListenerOrientation * NewL ( CCustomCommandUtility * aUtility ) [static]
Factory function for creating the listener orientation object.
Since
3.0

Parameters

CCustomCommandUtility * aUtility A reference to a custom command utility

NewL(MCustomInterface &)

IMPORT_C CListenerOrientation * NewL ( MCustomInterface & aCustomInterface ) [static]
Factory function for creating the listener orientation object.
Since
3.0

Parameters

MCustomInterface & aCustomInterface A reference to a custom interface

NewL(CMidiClientUtility &)

IMPORT_C CListenerOrientation * NewL ( CMidiClientUtility & aUtility ) [static]
Factory function for creating the listener orientation object.
Since
3.0

Parameters

CMidiClientUtility & aUtility A reference to a CMidiClientUtility

NewL(CDrmPlayerUtility &)

IMPORT_C CListenerOrientation * NewL ( CDrmPlayerUtility & aUtility ) [static]
Factory function for creating the listener orientation object.
Since
3.0

Parameters

CDrmPlayerUtility & aUtility

NewL(CVideoPlayerUtility &)

IMPORT_C CListenerOrientation * NewL ( CVideoPlayerUtility & aUtility ) [static]
Factory function for creating the listener orientation object.
Since
3.2

Parameters

CVideoPlayerUtility & aUtility

Uid()

IMPORT_C TUid Uid ( ) const [virtual]