OpenTTD Source 20241224-master-gee860a5c8e
DLSFile::DLSWave Struct Reference

Wave data definition from a DLS file. More...

Data Fields

long file_offset
 
PCMWAVEFORMAT fmt
 
std::vector< BYTE > data
 
WSMPL wave_sample
 
std::vector< WLOOP > wave_loops
 

Detailed Description

Wave data definition from a DLS file.

Definition at line 65 of file dmusic.cpp.

Field Documentation

◆ data

std::vector<BYTE> DLSFile::DLSWave::data

Definition at line 69 of file dmusic.cpp.

◆ file_offset

long DLSFile::DLSWave::file_offset

Definition at line 66 of file dmusic.cpp.

◆ fmt

PCMWAVEFORMAT DLSFile::DLSWave::fmt

Definition at line 68 of file dmusic.cpp.

◆ wave_loops

std::vector<WLOOP> DLSFile::DLSWave::wave_loops

Definition at line 72 of file dmusic.cpp.

◆ wave_sample

WSMPL DLSFile::DLSWave::wave_sample

Definition at line 71 of file dmusic.cpp.


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