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

Exception when encoding audio packet. More...

#include <Exceptions.h>

Inheritance diagram for openshot::ErrorEncodingVideo:
openshot::BaseException

Public Member Functions

 ErrorEncodingVideo (std::string message, int64_t frame_number)
 Constructor. More...
 
virtual ~ErrorEncodingVideo () noexcept
 
- Public Member Functions inherited from openshot::BaseException
 BaseException (std::string message)
 
virtual const char * what () const noexcept
 
virtual ~BaseException () noexcept
 

Public Attributes

int64_t frame_number
 

Additional Inherited Members

- Protected Attributes inherited from openshot::BaseException
std::string m_message
 

Detailed Description

Exception when encoding audio packet.

Definition at line 125 of file Exceptions.h.

Constructor & Destructor Documentation

◆ ErrorEncodingVideo()

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

Constructor.

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

Definition at line 135 of file Exceptions.h.

◆ ~ErrorEncodingVideo()

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

Definition at line 137 of file Exceptions.h.

Member Data Documentation

◆ frame_number

int64_t openshot::ErrorEncodingVideo::frame_number

Definition at line 128 of file Exceptions.h.


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