The DSCBUFFERDESC structure is used by the IDirectSoundCapture::CreateCaptureBuffer method.
typedef struct
{
DWORD dwSize;
DWORD dwFlags;
DWORD dwBufferBytes;
DWORD dwReserved;
LPWAVEFORMATEX lpwfxFormat;
} DSCBUFFERDESC, *LPDSCBUFFERDESC;
typedef const DSCBUFFERDESC *LPCDSCBUFFERDESC;
DSCBCAPS_WAVEMAPPED | |
The Win32 wave mapper will be used for formats not supported by the device. |