SSpSource_SetTransform
You can use theSSpSource_SetTransform
function 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_SetTransform
function sets the transform matrix of the sound source specified by theinSourceReference
parameter to the matrix specified by theinTransform
parameter. The default transform matrix for a sound source is the identity matrix.