Microsoft DirectX 8.1 (C++) |
The DMUS_WAVE structure defines a wave chunk for a
Syntax
typedef struct {
ULONG ulFirstExtCkIdx;
ULONG ulCopyrightIdx;
ULONG ulWaveDataIdx;
WAVEFORMATEX WaveformatEx;
} DMUS_WAVE;
Members
ulFirstExtCkIdx
Index, in the DMUS_OFFSETTABLE structure, of third-party extension chunks. If 0, no extension chunks are associated with the wave.
ulCopyrightIdx
Index, in the DMUS_OFFSETTABLE structure, of copyright chunks. If 0, no copyright information is associated with the wave.
ulWaveDataIdx
Index, in the DMUS_OFFSETTABLE structure, of wave data. See DMUS_WAVEDATA.
WaveformatEx
WAVEFORMATEX structure that specifies the wave format of the chunk.
Requirements
Header: Declared in dmdls.h.