MDopplerObserver Class Reference

API published in: S60 3rd Ed

Link against: dopplerbase.lib

Capability Information

Required Capabilities

None


#include <mdopplerobserver.h>

Inherits MAudioEffectObserver.

Inherited by MListenerDopplerObserver, and MSourceDopplerObserver.


Detailed Description

This is the doppler effect observer class.

Object interested in receiving notification when the CDoppler object changes state should derive from this class and implement its interface.


Static Public Attributes

static const TUint  KFactorChanged = KSpecificEffectBase + 1
static const TUint  KCartesianVelocityChanged = KSpecificEffectBase + 2
static const TUint  KSphericalVelocityChanged = KSpecificEffectBase + 3
static const TUint  KMaxFactorChanged = KSpecificEffectBase + 4

Field Documentation

const TUint MDopplerObserver::KCartesianVelocityChanged = KSpecificEffectBase + 2 [static]
 
const TUint MDopplerObserver::KFactorChanged = KSpecificEffectBase + 1 [static]
 
const TUint MDopplerObserver::KMaxFactorChanged = KSpecificEffectBase + 4 [static]
 
const TUint MDopplerObserver::KSphericalVelocityChanged = KSpecificEffectBase + 3 [static]
 

The documentation for this class was generated from the following file:

Copyright © Nokia Corporation 2001-2008
Back to top