multimedia::MSourceLocationControl Class Reference

class multimedia::MSourceLocationControl : public multimedia::MAudioEffectControl

Member Functions Documentation

LocationCartesian(TInt &, TInt &, TInt &)

TInt LocationCartesian ( TInt & aX,
TInt & aY,
TInt & aZ
) [pure virtual]
Gets the cartesian coordinates for the location of the position.
Since
3.0

Parameters

TInt & aX The x-coordinate of the position (in millimeters)
TInt & aY The y-coordinate of the position (in millimeters)
TInt & aZ The z-coordinate of the position (in millimeters)

LocationSpherical(TInt &, TInt &, TInt &)

TInt LocationSpherical ( TInt & aAzimuth,
TInt & aElevation,
TInt & aRadius
) [pure virtual]
Gets the spherical coordinates for the location of the position.
Since
3.0

Parameters

TInt & aAzimuth The Azimuth of the position (thousandths of radians)
TInt & aElevation The elevation of the position (thousandths of radians)
TInt & aRadius The radius of the position (thousandths of radians)

SetLocationCartesian(TInt, TInt, TInt)

TInt SetLocationCartesian ( TInt aX,
TInt aY,
TInt aZ
) [pure virtual]
Sets the cartesian coordinates for the location of the position.
Since
3.0

Parameters

TInt aX The x-coordinate of the position
TInt aY The y-coordinate of the position
TInt aZ The z-coordinate of the position

SetLocationSpherical(TInt, TInt, TInt)

TInt SetLocationSpherical ( TInt aAzimuth,
TInt aElevation,
TInt aRadius
) [pure virtual]
Sets the spherical coordinates for the location of the position.
Since
3.0

Parameters

TInt aAzimuth The Azimuth of the position (thousandths of radians)
TInt aElevation The elevation of the position (thousandths of radians)
TInt aRadius The radius of the position (thousandths of radians)

Member Data Documentation

const TUint KLocationCartesianChanged

const TUint KLocationCartesianChanged [static]

const TUint KLocationSphericalChanged

const TUint KLocationSphericalChanged [static]