Retrieves the position, velocity, and orientation of the listener.
BOOL BASS_Get3DPosition( BASS_3DVECTOR *pos, BASS_3DVECTOR *vel, BASS_3DVECTOR *front, BASS_3DVECTOR *top );
pos | The position of the listener... NULL = don't retrieve it. |
vel | The listener's velocity... NULL = don't retrieve it. |
front | The direction that the listener's front is pointing... NULL=don't retrieve it. |
top | The direction that the listener's top is pointing... NULL = don't retrieve it. |
BASS_ERROR_INIT | BASS_Init has not been successfully called. |
BASS_ERROR_NO3D | The device was not initialized with 3D support. |
When using multiple devices, the current thread's device setting (as set with BASS_SetDevice) determines which device this function call applies to.