SSpListener_GetPosition
You can use theSSpListener_GetPosition
function to get the position of a listener.
OSStatus SSpListener_GetPosition ( SSpListenerReference inListenerReference, TQ3Point3D *outPosition);
inListenerReference
- A listener reference.
outPosition
- On exit, the most recent untransformed position of the listener.
- function result
- A result code.
DESCRIPTION
TheSSpListener_GetPosition
function returns, in theoutPosition
parameter, the most recent untransformed position of the listener specified by theinListenerReference
parameter.