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


Public Member Functions | |
| LavAudioException (const char *func, int error) | |
| Create an AudioException from a ffmpeg error. More... | |
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 ffmpeg audio output problems.
| Audio::LavAudioException::LavAudioException | ( | const char * | func, |
| int | error | ||
| ) |
Create an AudioException from a ffmpeg error.
| func | The name of the function originating the error. |
| error | The ffmpeg error number. |
