Microsoft DirectX 8.0 (C++)

DMUS_IO_WAVE_HEADER

Describes streaming characteristics of a wave. Used in the Wave Header Chunk of a wave file.

typedef struct _DMUS_IO_WAVE_HEADER {
    REFERENCE_TIME  rtReadAhead;
    DWORD           dwFlags;
} DMUS_IO_WAVE_HEADER;

Members

rtReadAhead
Time to read ahead in a streaming wave.
dwFlags
Flags. Can be zero or the following value.
DMUS_WAVEF_STREAMING
The wave is a streaming wave.

Requirements

  Header: Declared in dmusicf.h.