SSpSource_GetPosition
You can use theSSpSource_GetPosition
function to get the position of a sound source.
OSStatus SSpSource_GetPosition ( SSpSourceReference inSourceReference, TQ3Point3D *outPosition);
inSourceReference
- A source reference.
outPosition
- On exit, the most recent untransformed position of the sound source.
- function result
- A result code.
DESCRIPTION
TheSSpSource_GetPosition
function returns, in theoutPosition
parameter, the most recent untransformed position of the sound source specified by theinSourceReference
parameter.