API published in: S60 3rd Ed
Link against: locationbase.lib
Required Capabilities
None
#include <locationbase.h>
Inherits CAudioEffect.
Inherited by CListenerLocation, and CSourceLocation.
Public Member Functions |
|
IMPORT_C void | LocationCartesian (TInt32 &aX, TInt32 &aY, TInt32 &aZ) |
Gets the cartesian coordinates for the location of the position. |
|
IMPORT_C void | LocationSpherical (TInt32 &aAzimuth, TInt32 &aElevation, TInt32 &aRadius) |
Gets the spherical coordinates for the location of the position. |
|
IMPORT_C void | SetLocationCartesianL (TInt32 &aX, TInt32 &aY, TInt32 &aZ) |
Sets the cartesian coordinates for the location of the position. |
|
IMPORT_C void | SetLocationSphericalL (TInt32 &aAzimuth, TInt32 &aElevation, TInt32 &aRadius) |
Sets the spherical coordinates for the location of the position. |
|
Protected Member Functions |
|
virtual IMPORT_C | ~CLocation () |
Destructor. |
|
IMPORT_C | CLocation () |
Private C++ constructor for this class. |
|
IMPORT_C const TDesC8 & | DoEffectData () |
From CAudioEffect Create a package of the effect data. |
|
IMPORT_C void | SetEffectData (const TDesC8 &aEffectDataBuffer) |
From CAudioEffect Internal function to unpack effect data. |
|
Protected Attributes |
|
TEfLocation | iLocationData |
TEfLocationDataPckg | iDataPckgTo |
TEfLocationDataPckg | iDataPckgFrom |
|
Destructor. |
|
Private C++ constructor for this class. |
|
From CAudioEffect Create a package of the effect data.
Implements CAudioEffect. |
|
Gets the cartesian coordinates for the location of the position.
|
|
Gets the spherical coordinates for the location of the position.
|
|
From CAudioEffect Internal function to unpack effect data.
Implements CAudioEffect. |
|
Sets the cartesian coordinates for the location of the position.
|
|
Sets the spherical coordinates for the location of the position.
|
|
|
|