Microsoft DirectX 8.0 (C++)

DMUS_WAVEDATA

Contains a data chunk for a DLS wave download. The nature of the wave data is defined by the WaveformatEx member of the DMUS_WAVE structure.

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

Members

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

Requirements

  Header: Declared in dmdls.h.