TEfDoppler Class Reference

#include <DopplerData.h>

Link against: DopplerUtility.lib

class TEfDoppler : public TEfCommon

Inherits from

Detailed Description

This class defines the effect data structure to be passed between client and server.

Since
3.0

Member Attribute Documentation

iAzimuth

TInt32 iAzimuth

iElevation

TInt32 iElevation

iFactor

TUint32 iFactor

iMaxFactor

TUint32 iMaxFactor

iRadius

TInt32 iRadius

iVelocityX

TInt32 iVelocityX

iVelocityY

TInt32 iVelocityY

iVelocityZ

TInt32 iVelocityZ

Constructor & Destructor Documentation

TEfDoppler ( )

TEfDoppler()[inline]

Constructor.

TEfDoppler ( TInt32, TInt32, TInt32, TInt32, TInt32, TInt32, TUint32, TUint32 )

TEfDoppler(TInt32aVelocityX,
TInt32aVelocityY,
TInt32aVelocityZ,
TInt32aAzimuth,
TInt32aElevation,
TInt32aRadius,
TUint32aFactor,
TUint32aMaxFactor
)[inline]

Constructor.