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 TUid Uid ()
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_C CSourceDoppler ( ) [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 & aUtility A 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 & aUtility A 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 & aUtility A 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 & aUtility A reference to an audio player utility

NewL(CMdaAudioRecorderUtility &, TBool)

IMPORT_C CSourceDoppler * NewL ( CMdaAudioRecorderUtility & aUtility,
TBool aRecordStream
) [static]
Factory function for creating the source Doppler 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 CSourceDoppler * NewL ( CMdaAudioToneUtility & aUtility ) [static]
Factory function for creating the source Doppler object.
Since
3.0

Parameters

CMdaAudioToneUtility & aUtility A 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 & aDevSound A 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 * aUtility A 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 & aCustomInterface A 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 & aUtility A 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 TUid Uid ( ) const [virtual]