SSpSource_SetTransform
You can use theSSpSource_SetTransformfunction to set the transform matrix of a sound source.
OSStatus SSpSource_SetTransform ( SSpSourceReference inSourceReference, const TQ3Matrix4x4 *inTransform);
inSourceReference- A source reference.
inTransform- A 4-by-4 matrix that specifies the transformation to be applied to the sound source.
- function result
- A result code.
DESCRIPTION
TheSSpSource_SetTransformfunction sets the transform matrix of the sound source specified by theinSourceReferenceparameter to the matrix specified by theinTransformparameter. The default transform matrix for a sound source is the identity matrix.