OpenShot Library | libopenshot
0.2.0
|
Exception when invalid sample rate is detected during encoding. More...
#include <Exceptions.h>
Public Member Functions | |
InvalidSampleRate (string message, string file_path) | |
virtual | ~InvalidSampleRate () throw () |
![]() | |
BaseException (string message) | |
virtual const char * | what () const throw () |
virtual | ~BaseException () throw () |
Public Attributes | |
string | file_path |
Additional Inherited Members | |
![]() | |
string | m_message |
Exception when invalid sample rate is detected during encoding.
Definition at line 172 of file Exceptions.h.
|
inline |
Definition at line 176 of file Exceptions.h.
|
inlinevirtual |
Definition at line 178 of file Exceptions.h.
string openshot::InvalidSampleRate::file_path |
Definition at line 175 of file Exceptions.h.