SSpListener_GetActualVelocity
You can use theSSpListener_GetActualVelocity
function 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_GetActualVelocity
function returns, in theoutVelocity
parameter, the world-space (that is, the transformed) velocity used in the most recent call toSSpSource_CalcLocalization
for the listener specified by theinListenerReference
parameter.