SSpListener_SetTransform
You can use theSSpListener_SetTransform
function 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_SetTransform
function sets the transform matrix of the listener specified by theinListenerReference
parameter to the matrix specified by theinTransform
parameter. The default transform matrix for a listener is the identity matrix.