|
OpenTTD Source 20260721-master-g25ec12c62d
|
A RIFF chunk header. More...
Data Fields | |
| FOURCC | type |
| Chunk type. | |
| DWORD | length |
| Length of the chunk, not including the chunk header itself. | |
A RIFF chunk header.
Definition at line 149 of file dmusic.cpp.
| DWORD ChunkHeader::length |
Length of the chunk, not including the chunk header itself.
Definition at line 151 of file dmusic.cpp.
Referenced by DLSFile::LoadFile(), DLSFile::ReadDLSArticulation(), DLSFile::ReadDLSInstrument(), DLSFile::ReadDLSInstrumentList(), DLSFile::ReadDLSRegion(), DLSFile::ReadDLSRegionList(), DLSFile::ReadDLSWave(), and DLSFile::ReadDLSWaveList().
| FOURCC ChunkHeader::type |
Chunk type.
Definition at line 150 of file dmusic.cpp.
Referenced by DLSFile::LoadFile(), DLSFile::ReadDLSArticulation(), DLSFile::ReadDLSInstrument(), DLSFile::ReadDLSInstrumentList(), DLSFile::ReadDLSRegion(), DLSFile::ReadDLSRegionList(), DLSFile::ReadDLSWave(), and DLSFile::ReadDLSWaveList().