SSpListener_SetTransform
You can use theSSpListener_SetTransformfunction to set the transform matrix of a listener.
OSStatus SSpListener_SetTransform ( SSpListenerReference inListenerReference, const TQ3Matrix4x4 *inTransform);
inListenerReference- A listener reference.
inTransform- A 4-by-4 matrix that specifies the transformation to be applied to the listener.
- function result
- A result code.
DESCRIPTION
TheSSpListener_SetTransformfunction sets the transform matrix of the listener specified by theinListenerReferenceparameter to the matrix specified by theinTransformparameter. The default transform matrix for a listener is the identity matrix.