OpenShot Library | libopenshot
0.2.6
|
Exception when accessing a blackmagic decklink card. More...
#include <Exceptions.h>
Public Member Functions | |
DecklinkError (std::string message) | |
Constructor. More... | |
virtual | ~DecklinkError () noexcept |
![]() | |
ExceptionBase (std::string message) | |
virtual const char * | what () const noexcept |
virtual | ~ExceptionBase () noexcept |
Additional Inherited Members | |
![]() | |
std::string | m_message |
Exception when accessing a blackmagic decklink card.
Definition at line 79 of file Exceptions.h.
|
inline |
Constructor.
message | A message to accompany the exception |
Definition at line 87 of file Exceptions.h.
|
inlinevirtualnoexcept |
Definition at line 89 of file Exceptions.h.