SSpListener_GetTransform
You can use theSSpListener_GetTransformfunction to get the transform matrix of a listener.
OSStatus SSpListener_GetTransform ( SSpListenerReference inListenerReference, TQ3Matrix4x4 *outTransform);
inListenerReference- A listener reference.
outTransform- On exit, a 4-by-4 matrix that specifies the current transformation to be applied to the listener.
- function result
- A result code.
DESCRIPTION
TheSSpListener_GetTransformfunction returns, in theoutTransformparameter, a 4-by-4 matrix that specifies the current transformation to be applied to the position, velocity, orientation, and up vector of the listener specified by theinListenerReferenceparameter.SEE ALSO
See 3D Graphics Programming With QuickDraw 3D for a description of theTQ3Matrix4x4data type.