SSpSource_GetTransform
You can use theSSpSource_GetTransform
function to get the transform matrix of a sound source.
OSStatus SSpSource_GetTransform ( SSpSourceReference inSourceReference, TQ3Matrix4x4 *outTransform);
inSourceReference
- A source reference.
outTransform
- On exit, a 4-by-4 matrix that specifies the current transformation to be applied to the sound source.
- function result
- A result code.
DESCRIPTION
TheSSpSource_GetTransform
function returns, in theoutTransform
parameter, a 4-by-4 matrix that specifies the current transformation to be applied to the position, velocity, orientation, and up vector of the sound source specified by theinSourceReference
parameter.SEE ALSO
See 3D Graphics Programming With QuickDraw 3D for a description of theTQ3Matrix4x4
data type.