OpenShot Library | libopenshot  0.1.9
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 (string message, int64_t frame_number)
 
virtual ~ErrorEncodingVideo () throw ()
 
- Public Member Functions inherited from openshot::BaseException
 BaseException (string message)
 
virtual const char * what () const throw ()
 
virtual ~BaseException () throw ()
 

Public Attributes

string file_path
 
int64_t frame_number
 

Additional Inherited Members

- Protected Attributes inherited from openshot::BaseException
string m_message
 

Detailed Description

Exception when encoding audio packet.

Definition at line 101 of file Exceptions.h.

Constructor & Destructor Documentation

◆ ErrorEncodingVideo()

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

Definition at line 106 of file Exceptions.h.

◆ ~ErrorEncodingVideo()

virtual openshot::ErrorEncodingVideo::~ErrorEncodingVideo ( )
throw (
)
inlinevirtual

Definition at line 108 of file Exceptions.h.

Member Data Documentation

◆ file_path

string openshot::ErrorEncodingVideo::file_path

Definition at line 104 of file Exceptions.h.

◆ frame_number

int64_t openshot::ErrorEncodingVideo::frame_number

Definition at line 105 of file Exceptions.h.


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