|
OpenTTD Source 20260721-master-g25ec12c62d
|
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. | |
Buffer format for a DLS wave download.
Definition at line 155 of file dmusic.cpp.
| DMUS_DOWNLOADINFO WAVE_DOWNLOAD::dlInfo |
Request header for the to be downloaded wave data.
Definition at line 156 of file dmusic.cpp.
| DMUS_WAVE WAVE_DOWNLOAD::dmWave |
Definition of the wave chunk to download.
Definition at line 158 of file dmusic.cpp.
| DMUS_WAVEDATA WAVE_DOWNLOAD::dmWaveData |
The buffer the wave chunk data is written to.
Definition at line 159 of file dmusic.cpp.
| ULONG WAVE_DOWNLOAD::ulOffsetTable[2] |
Offsets to the dmWave and dmWaveData fields.
Definition at line 157 of file dmusic.cpp.