SSpSource_GetActualVelocity
You can use theSSpSource_GetActualVelocityfunction to get the world-space velocity of a sound source.
OSStatus SSpSource_GetActualVelocity ( SSpSourceReference inSourceReference, TQ3Vector3D *outVelocity);
inSourceReference- A source reference.
outVelocity- On exit, the world-space velocity vector of the sound source.
- function result
- A result code.
DESCRIPTION
TheSSpSource_GetActualVelocityfunction returns, in theoutVelocityparameter, the world-space (that is, the transformed) velocity used in the most recent call toSSpSource_CalcLocalizationfor the sound source specified by theinSourceReferenceparameter.
 
  
  
 