|
OpenTTD Source 15.0-beta1
|
Wav file (RIFF/WAVE) sound loader. More...
Public Member Functions | |
| bool | Load (SoundEntry &sound, bool new_format, std::vector< uint8_t > &data) override |
Public Member Functions inherited from SoundLoader | |
| SoundLoader (std::string_view name, std::string_view description, int priority) | |
Public Member Functions inherited from PriorityBaseProvider< SoundLoader > | |
| constexpr | PriorityBaseProvider (std::string_view name, std::string_view description, int priority) |
| int | GetPriority () const |
Public Member Functions inherited from BaseProvider< T > | |
| constexpr | BaseProvider (std::string_view name, std::string_view description) |
| std::string_view | GetName () const |
| std::string_view | GetDescription () const |
Static Public Attributes | |
| static constexpr uint16_t | DEFAULT_SAMPLE_RATE = 11025 |
Additional Inherited Members | |
Protected Attributes inherited from PriorityBaseProvider< SoundLoader > | |
| const int | priority |
Protected Attributes inherited from BaseProvider< T > | |
| const std::string_view | name |
| const std::string_view | description |
Wav file (RIFF/WAVE) sound loader.
Definition at line 20 of file soundloader_wav.cpp.
|
inline |
Definition at line 22 of file soundloader_wav.cpp.
|
inlineoverridevirtual |
Implements SoundLoader.
Definition at line 26 of file soundloader_wav.cpp.
|
staticconstexpr |
Definition at line 24 of file soundloader_wav.cpp.