SSpSource_GetOrientation
You can use theSSpSource_GetOrientation
function to get the orientation of a sound source.
OSStatus SSpSource_GetOrientation ( SSpSourceReference inSourceReference, TQ3Vector3D *outOrientation);
inSourceReference
- A source reference.
outOrientation
- On exit, the untransformed orientation of the sound source.
- function result
- A result code.
DESCRIPTION
TheSSpSource_GetOrientation
function returns, in theoutOrientation
parameter, the untransformed orientation of the sound source specified by theinSourceReference
parameter.