pianod2
multisource multiuser scriptable networked music player
Public Member Functions | List of all members
Audio::LavAudioException Class Reference

Exception for ffmpeg audio output problems. More...

#include <ffmpegplayer.h>

Inheritance diagram for Audio::LavAudioException:
Inheritance graph
[legend]
Collaboration diagram for Audio::LavAudioException:
Collaboration graph
[legend]

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
 

Detailed Description

Exception for ffmpeg audio output problems.

Constructor & Destructor Documentation

◆ LavAudioException()

Audio::LavAudioException::LavAudioException ( const char *  func,
int  error 
)

Create an AudioException from a ffmpeg error.

Parameters
funcThe name of the function originating the error.
errorThe ffmpeg error number.
Here is the call graph for this function:

The documentation for this class was generated from the following files: