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 DMUS_WAVE.

typedef struct {
    ULONG cbSize;
    BYTE byData[ ];
} DMUS_WAVEDATA;
 

Members

cbSize
Size of data.
byData[ ]
PCM wave data.

QuickInfo

  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.