SSpSource_GetUpVector
You can use theSSpSource_GetUpVector
function to get the up vector of a sound source.
OSStatus SSpSource_GetUpVector ( SSpSourceReference inSourceReference, TQ3Vector3D *outUpVector);
inSourceReference
- A source reference.
outUpVector
- On exit, the untransformed up vector of the sound source.
- function result
- A result code.
DESCRIPTION
TheSSpSource_GetUpVector
function returns, in theoutUpVector
parameter, the untransformed up vector of the sound source specified by theinSourceReference
parameter.