SSpListener_GetOrientation
You can use theSSpListener_GetOrientation
function to get the orientation of a listener.
OSStatus SSpListener_GetOrientation ( SSpListenerReference inListenerReference, TQ3Vector3D *outOrientation);
inListenerReference
- A listener reference.
outOrientation
- On exit, the untransformed orientation of the listener.
- function result
- A result code.
DESCRIPTION
TheSSpListener_GetOrientation
function returns, in theoutOrientation
parameter, the untransformed orientation of the listener specified by theinListenerReference
parameter.