OpenShot Library | libopenshot  0.3.2
Public Member Functions | List of all members
openshot::DecklinkError Class Reference

Exception when accessing a blackmagic decklink card. More...

#include <Exceptions.h>

Inheritance diagram for openshot::DecklinkError:
[legend]
Collaboration diagram for openshot::DecklinkError:
[legend]

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
 

Detailed Description

Exception when accessing a blackmagic decklink card.

Definition at line 98 of file Exceptions.h.

Constructor & Destructor Documentation

◆ DecklinkError()

openshot::DecklinkError::DecklinkError ( std::string  message)
inline

Constructor.

Parameters
messageA message to accompany the exception

Definition at line 106 of file Exceptions.h.

◆ ~DecklinkError()

virtual openshot::DecklinkError::~DecklinkError ( )
inlinevirtualnoexcept

Definition at line 108 of file Exceptions.h.


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