OpenTTD Source 20260721-master-g25ec12c62d
WAVE_DOWNLOAD Struct Reference

Buffer format for a DLS wave download. More...

Data Fields

DMUS_DOWNLOADINFO dlInfo
 Request header for the to be downloaded wave data.
ULONG ulOffsetTable [2]
 Offsets to the dmWave and dmWaveData fields.
DMUS_WAVE dmWave
 Definition of the wave chunk to download.
DMUS_WAVEDATA dmWaveData
 The buffer the wave chunk data is written to.

Detailed Description

Buffer format for a DLS wave download.

Definition at line 155 of file dmusic.cpp.

Field Documentation

◆ dlInfo

DMUS_DOWNLOADINFO WAVE_DOWNLOAD::dlInfo

Request header for the to be downloaded wave data.

Definition at line 156 of file dmusic.cpp.

◆ dmWave

DMUS_WAVE WAVE_DOWNLOAD::dmWave

Definition of the wave chunk to download.

Definition at line 158 of file dmusic.cpp.

◆ dmWaveData

DMUS_WAVEDATA WAVE_DOWNLOAD::dmWaveData

The buffer the wave chunk data is written to.

Definition at line 159 of file dmusic.cpp.

◆ ulOffsetTable

ULONG WAVE_DOWNLOAD::ulOffsetTable[2]

Offsets to the dmWave and dmWaveData fields.

Definition at line 157 of file dmusic.cpp.


The documentation for this struct was generated from the following file: