SSpListener_GetActualVelocity
You can use theSSpListener_GetActualVelocityfunction to get the world-space velocity of a listener.
OSStatus SSpListener_GetActualVelocity ( SSpListenerReference inListenerReference, TQ3Vector3D *outVelocity);
inListenerReference- A listener reference.
outVelocity- On exit, the world-space velocity vector of the listener.
- function result
- A result code.
DESCRIPTION
TheSSpListener_GetActualVelocityfunction returns, in theoutVelocityparameter, the world-space (that is, the transformed) velocity used in the most recent call toSSpSource_CalcLocalizationfor the listener specified by theinListenerReferenceparameter.