Welcome to
www.tdxlibrary.org
Home of the
the TDx_Library...
"RAD DirectX"
for
C++ Builder
...
|
GLOSSARY
REFERENCE
Below you will find the glossary reference for 'DSBUFFERDESC'
|
|
If you would like to submit additions or improvements to this page, click: darren_john_dwyer@hotmail.com.
DSBUFFERDESC
[ TDx_Sound_Library ]
[ next: DSCAPS ]
[ prev: DSBPOSITIONNOTIFY ]
The DSBUFFERDESC structure is defined as :-
struct DSBUFFERDESC {
DWORD dwSize;
DWORD dwFlags;
DWORD dwBufferBytes;
DWORD dwReserved;
LPWAVEFORMATEX lpwfxFormat;
GUID guid3DAlgorithm;
};
|
|