CSourceDoppler Class Reference

class CSourceDoppler : public CDoppler

This is the source Doppler effect class for managing source Doppler settings.

SourceDopplerEffect.lib
Since
3.0

Inherits from

Public Member Functions
~CSourceDoppler()
IMPORT_C CSourceDoppler *NewL(CMdaAudioConvertUtility &)
IMPORT_C CSourceDoppler *NewL(CMdaAudioInputStream &)
IMPORT_C CSourceDoppler *NewL(CMdaAudioOutputStream &)
IMPORT_C CSourceDoppler *NewL(CMdaAudioPlayerUtility &)
IMPORT_C CSourceDoppler *NewL(CMdaAudioRecorderUtility &, TBool)
IMPORT_C CSourceDoppler *NewL(CMdaAudioToneUtility &)
IMPORT_C CSourceDoppler *NewL(CMMFDevSound &)
IMPORT_C CSourceDoppler *NewL(CCustomCommandUtility *)
IMPORT_C CSourceDoppler *NewL(MCustomInterface &)
IMPORT_C CSourceDoppler *NewL(CMidiClientUtility &)
IMPORT_C CSourceDoppler *NewL(CDrmPlayerUtility &)
IMPORT_C CSourceDoppler *NewL(CVideoPlayerUtility &)
IMPORT_C TUidUid()
Protected Member Functions
CSourceDoppler()
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()
CDoppler::CDoppler()
CDoppler::CartesianVelocity(TInt32 &,TInt32 &,TInt32 &)
CDoppler::DoEffectData()
CDoppler::Factor()const
CDoppler::FactorMax()const
CDoppler::SetCartesianVelocityL(TInt32,TInt32,TInt32)
CDoppler::SetEffectData(const TDesC8 &)
CDoppler::SetFactorL(TUint32)
CDoppler::SetSphericalVelocityL(TInt32,TInt32,TInt32)
CDoppler::SphericalVelocity(TInt32 &,TInt32 &,TInt32 &)
CDoppler::~CDoppler()
Inherited Attributes
CAudioEffect::iEnabled
CAudioEffect::iEnforced
CAudioEffect::iHaveUpdateRights
CAudioEffect::iObservers
CDoppler::iDataPckgFrom
CDoppler::iDataPckgTo
CDoppler::iDopplerData

Constructor & Destructor Documentation

CSourceDoppler()

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

~CSourceDoppler()

IMPORT_C~CSourceDoppler()[virtual]

Destructor

Member Functions Documentation

NewL(CMdaAudioConvertUtility &)

IMPORT_C CSourceDoppler *NewL(CMdaAudioConvertUtility &aUtility)[static]
Factory function for creating the source Doppler object.
Since
3.0

Parameters

CMdaAudioConvertUtility & aUtilityA reference to a convert utility

NewL(CMdaAudioInputStream &)

IMPORT_C CSourceDoppler *NewL(CMdaAudioInputStream &aUtility)[static]
Factory function for creating the source Doppler object.
Since
3.0

Parameters

CMdaAudioInputStream & aUtilityA reference to an audio input stream utility

NewL(CMdaAudioOutputStream &)

IMPORT_C CSourceDoppler *NewL(CMdaAudioOutputStream &aUtility)[static]
Factory function for creating the source Doppler object.
Since
3.0

Parameters

CMdaAudioOutputStream & aUtilityA reference to an audio output stream utility

NewL(CMdaAudioPlayerUtility &)

IMPORT_C CSourceDoppler *NewL(CMdaAudioPlayerUtility &aUtility)[static]
Factory function for creating the source Doppler object.
Since
3.0

Parameters

CMdaAudioPlayerUtility & aUtilityA reference to an audio player utility

NewL(CMdaAudioRecorderUtility &, TBool)

IMPORT_C CSourceDoppler *NewL(CMdaAudioRecorderUtility &aUtility,
TBoolaRecordStream
)[static]
Factory function for creating the source Doppler object.
Since
3.0

Parameters

CMdaAudioRecorderUtility & aUtilityA reference to an audio record utility
TBool aRecordStreamETrue 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 CSourceDoppler *NewL(CMdaAudioToneUtility &aUtility)[static]
Factory function for creating the source Doppler object.
Since
3.0

Parameters

CMdaAudioToneUtility & aUtilityA reference to an audio tone utility

NewL(CMMFDevSound &)

IMPORT_C CSourceDoppler *NewL(CMMFDevSound &aDevSound)[static]
Factory function for creating the source Doppler object.
Since
3.0

Parameters

CMMFDevSound & aDevSoundA reference to a DevSound instance

NewL(CCustomCommandUtility *)

IMPORT_C CSourceDoppler *NewL(CCustomCommandUtility *aUtility)[static]
Factory function for creating the source Doppler object.
Since
3.0

Parameters

CCustomCommandUtility * aUtilityA reference to a custom command utility

NewL(MCustomInterface &)

IMPORT_C CSourceDoppler *NewL(MCustomInterface &aCustomInterface)[static]
Factory function for creating the source Doppler object.
Since
3.0

Parameters

MCustomInterface & aCustomInterfaceA reference to a custom interface

NewL(CMidiClientUtility &)

IMPORT_C CSourceDoppler *NewL(CMidiClientUtility &aUtility)[static]
Factory function for creating the source Doppler object.
Since
3.0

Parameters

CMidiClientUtility & aUtilityA reference to a CMidiClientUtility

NewL(CDrmPlayerUtility &)

IMPORT_C CSourceDoppler *NewL(CDrmPlayerUtility &aUtility)[static]
Factory function for creating the source Doppler object.
Since
3.0

Parameters

CDrmPlayerUtility & aUtility

NewL(CVideoPlayerUtility &)

IMPORT_C CSourceDoppler *NewL(CVideoPlayerUtility &aUtility)[static]
Factory function for creating the source Doppler object.
Since
3.2

Parameters

CVideoPlayerUtility & aUtility

Uid()

IMPORT_C TUidUid()const [virtual]