Exception for frames that are out of bounds.
More...
#include <Exceptions.h>
Exception for frames that are out of bounds.
Definition at line 300 of file Exceptions.h.
◆ OutOfBoundsFrame()
openshot::OutOfBoundsFrame::OutOfBoundsFrame |
( |
std::string |
message, |
|
|
int64_t |
frame_requested, |
|
|
int64_t |
max_frames |
|
) |
| |
|
inline |
Constructor.
- Parameters
-
message | A message to accompany the exception |
frame_requested | The out-of-bounds frame number requested |
max_frames | The maximum available frame number |
Definition at line 312 of file Exceptions.h.
◆ ~OutOfBoundsFrame()
virtual openshot::OutOfBoundsFrame::~OutOfBoundsFrame |
( |
| ) |
|
|
inlinevirtualnoexcept |
◆ py_message()
std::string openshot::OutOfBoundsFrame::py_message |
( |
| ) |
const |
|
inlineoverridevirtual |
◆ FrameRequested
int64_t openshot::OutOfBoundsFrame::FrameRequested |
◆ MaxFrames
int64_t openshot::OutOfBoundsFrame::MaxFrames |
The documentation for this class was generated from the following file: