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

Exception when encoding audio packet. More...

#include <Exceptions.h>

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

Public Member Functions

 ErrorEncodingVideo (std::string message, int64_t frame_number=-1)
 Constructor. More...
 
virtual ~ErrorEncodingVideo () noexcept
 
- Public Member Functions inherited from openshot::FrameExceptionBase
 FrameExceptionBase (std::string message, int64_t frame_number=-1)
 
virtual std::string py_message () const override
 
- Public Member Functions inherited from openshot::ExceptionBase
 ExceptionBase (std::string message)
 
virtual const char * what () const noexcept
 
virtual ~ExceptionBase () noexcept
 

Additional Inherited Members

- Public Attributes inherited from openshot::FrameExceptionBase
int64_t frame_number
 
- Protected Attributes inherited from openshot::ExceptionBase
std::string m_message
 

Detailed Description

Exception when encoding audio packet.

Definition at line 142 of file Exceptions.h.

Constructor & Destructor Documentation

◆ ErrorEncodingVideo()

openshot::ErrorEncodingVideo::ErrorEncodingVideo ( std::string  message,
int64_t  frame_number = -1 
)
inline

Constructor.

Parameters
messageA message to accompany the exception
frame_numberThe frame number being processed

Definition at line 151 of file Exceptions.h.

◆ ~ErrorEncodingVideo()

virtual openshot::ErrorEncodingVideo::~ErrorEncodingVideo ( )
inlinevirtualnoexcept

Definition at line 153 of file Exceptions.h.


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