|
pianod2
multisource multiuser scriptable networked music player
|
Exception for gstreamer audio output problems. More...
#include <gstreamplayer.h>


Public Member Functions | |
| GstreamerAudioException (const char *func, const char *error, const char *what=nullptr, const char *what2=nullptr) | |
| GstreamerAudioException (const char *func, GError *error, const char *what=nullptr) | |
Public Member Functions inherited from Audio::AudioException | |
| AudioException (const char *why="") | |
| AudioException (std::string why) | |
| virtual const char * | what () const noexcept override |
Additional Inherited Members | |
Protected Attributes inherited from Audio::AudioException | |
| std::string | reason |
Exception for gstreamer audio output problems.
| Audio::GstreamerAudioException::GstreamerAudioException | ( | const char * | func, |
| const char * | error, | ||
| const char * | what = nullptr, |
||
| const char * | what2 = nullptr |
||
| ) |

| Audio::GstreamerAudioException::GstreamerAudioException | ( | const char * | func, |
| GError * | error, | ||
| const char * | what = nullptr |
||
| ) |