|
OpenShot Library | libopenshot
0.1.1
|
Exception when encoding audio packet. More...
#include <Exceptions.h>
Public Member Functions | |
| ErrorEncodingAudio (string message, int frame_number) | |
| virtual | ~ErrorEncodingAudio () 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 |
| int | frame_number |
Additional Inherited Members | |
Protected Attributes inherited from openshot::BaseException | |
| string | m_message |
Exception when encoding audio packet.
Definition at line 90 of file Exceptions.h.
|
inline |
Definition at line 95 of file Exceptions.h.
|
inlinevirtual | |||||||||||||
Definition at line 97 of file Exceptions.h.
| string openshot::ErrorEncodingAudio::file_path |
Definition at line 93 of file Exceptions.h.
| int openshot::ErrorEncodingAudio::frame_number |
Definition at line 94 of file Exceptions.h.
1.8.6