|
OpenShot Library | libopenshot 0.2.7
|
Exception when too many seek attempts happen. More...
#include <Exceptions.h>
Public Member Functions | |
| WriterClosed (std::string message, std::string file_path="") | |
| Constructor. More... | |
| virtual | ~WriterClosed () noexcept |
Public Member Functions inherited from openshot::ExceptionBase | |
| ExceptionBase (std::string message) | |
| virtual const char * | what () const noexcept |
| virtual | ~ExceptionBase () noexcept |
Public Attributes | |
| std::string | file_path |
Additional Inherited Members | |
Protected Attributes inherited from openshot::ExceptionBase | |
| std::string | m_message |
Exception when too many seek attempts happen.
Exception when a writer is closed, and a frame is requested
Definition at line 390 of file Exceptions.h.
|
inline |
Constructor.
| message | A message to accompany the exception |
| file_path | (optional) The output file being written |
Definition at line 400 of file Exceptions.h.
|
inlinevirtualnoexcept |
Definition at line 402 of file Exceptions.h.
| std::string openshot::WriterClosed::file_path |
Definition at line 393 of file Exceptions.h.