Platform SDK: DirectX

DMUS_WAVEDATA

The DMUS_WAVEDATA structure comprises a data chunk for a DLS wave download. The nature of the wave data is defined by the WAVEFORMATEX chunk, embedded in the DMUS_WAVE structure.

typedef struct {
    ULONG cbSize;
    BYTE byData[ ];
} DMUS_WAVEDATA;
cbSize
Size of data.
byData[ ]
PCM wave data.

Requirements

  Windows NT/2000: Requires Windows 2000.
  Windows 95/98: Requires Windows 95 or later. Available as a redistributable for Windows 95.
  Header: Declared in dmdls.h.