OpenShot Library | libopenshot
0.3.3
|
Exception when accessing a blackmagic decklink card. More...
#include <Exceptions.h>
Public Member Functions | |
DecklinkError (std::string message) | |
Constructor. More... | |
virtual | ~DecklinkError () noexcept |
Public Member Functions inherited from openshot::ExceptionBase | |
ExceptionBase (std::string message) | |
virtual std::string | py_message () const |
virtual const char * | what () const noexcept |
virtual | ~ExceptionBase () noexcept |
Additional Inherited Members | |
Protected Attributes inherited from openshot::ExceptionBase | |
std::string | m_message |
Exception when accessing a blackmagic decklink card.
Definition at line 98 of file Exceptions.h.
|
inline |
Constructor.
message | A message to accompany the exception |
Definition at line 106 of file Exceptions.h.
|
inlinevirtualnoexcept |
Definition at line 108 of file Exceptions.h.