|
Beatmup
|
Communicates an error related to a WAV file content. More...
#include <wav_utilities.h>
Public Member Functions | |
| InvalidWavFile (const char *message) | |
Public Member Functions inherited from Beatmup::Exception | |
| virtual const char * | what () const NOEXCEPT override |
Static Public Member Functions | |
| static void | check (Header &header) |
Additional Inherited Members | |
Protected Member Functions inherited from Beatmup::Exception | |
| Exception (const char *message) | |
| template<typename ... Args> | |
| Exception (const char *message, const Args &... args) | |
Communicates an error related to a WAV file content.
Definition at line 68 of file wav_utilities.h.
|
inline |
Definition at line 70 of file wav_utilities.h.
|
static |
Definition at line 42 of file wav_utilities.cpp.