ReactOS 0.4.16-dev-41-ge8c7597
|
#include <dsound.h>
Public Attributes | |
DWORD | dwSize |
D3DVECTOR | vPosition |
D3DVECTOR | vVelocity |
D3DVECTOR | vOrientFront |
D3DVECTOR | vOrientTop |
D3DVALUE | flDistanceFactor |
D3DVALUE | flRolloffFactor |
D3DVALUE | flDopplerFactor |
DWORD _DS3DLISTENER::dwSize |
Definition at line 939 of file dsound.h.
Referenced by IDirectSound3DListenerImpl_Create(), IDirectSound3DListenerImpl_GetAllParameter(), test_buffer(), test_buffer8(), test_secondary(), and test_secondary8().
D3DVALUE _DS3DLISTENER::flDistanceFactor |
Definition at line 944 of file dsound.h.
Referenced by IDirectSound3DListenerImpl_Create().
D3DVALUE _DS3DLISTENER::flDopplerFactor |
Definition at line 946 of file dsound.h.
Referenced by IDirectSound3DListenerImpl_Create().
D3DVALUE _DS3DLISTENER::flRolloffFactor |
Definition at line 945 of file dsound.h.
Referenced by IDirectSound3DListenerImpl_Create().
D3DVECTOR _DS3DLISTENER::vOrientFront |
Definition at line 942 of file dsound.h.
Referenced by DSOUND_Calc3DBuffer(), and IDirectSound3DListenerImpl_Create().
D3DVECTOR _DS3DLISTENER::vOrientTop |
Definition at line 943 of file dsound.h.
Referenced by DSOUND_Calc3DBuffer(), and IDirectSound3DListenerImpl_Create().
D3DVECTOR _DS3DLISTENER::vPosition |
Definition at line 940 of file dsound.h.
Referenced by DSOUND_Calc3DBuffer(), IDirectSound3DListenerImpl_Create(), test_buffer(), and test_buffer8().
D3DVECTOR _DS3DLISTENER::vVelocity |
Definition at line 941 of file dsound.h.
Referenced by DSOUND_Calc3DBuffer(), IDirectSound3DListenerImpl_Create(), test_buffer(), and test_buffer8().