www.BCB-Tools.com
Home of
RAD DirectX
for
C++ Builder
...
...
Please Register
So we can
create more
the TDx_Library
the TDx9_Library
|
GLOSSARY
REFERENCE
Below you will find the glossary reference for 'DS3DLISTENER'
|
|
If you would like to submit additions or improvements to this page, click: admin@bcb-tools.com.
DS3DLISTENER
[ TDx_Sound_Library ]
[ next: DSBCAPS ]
[ prev: DS3DBUFFER ]
The DS3DLISTENER structure is defined as :-
struct DS3DLISTENER {
DWORD dwSize;
D3DVECTOR vPosition;
D3DVECTOR vVelocity;
D3DVECTOR vOrientFront;
D3DVECTOR vOrientTop;
D3DVALUE flDistanceFactor;
D3DVALUE flRolloffFactor;
D3DVALUE flDopplerFactor;
};
|
|