Exception when a required chunk is missing.
More...
#include <Exceptions.h>
Exception when a required chunk is missing.
Definition at line 78 of file Exceptions.h.
◆ ChunkNotFound()
openshot::ChunkNotFound::ChunkNotFound |
( |
std::string |
message, |
|
|
int64_t |
frame_number, |
|
|
int64_t |
chunk_number, |
|
|
int64_t |
chunk_frame |
|
) |
| |
|
inline |
Constructor.
- Parameters
-
message | A message to accompany the exception |
frame_number | The frame number being processed |
chunk_number | The chunk requested |
chunk_frame | The chunk frame |
Definition at line 91 of file Exceptions.h.
◆ ~ChunkNotFound()
virtual openshot::ChunkNotFound::~ChunkNotFound |
( |
| ) |
|
|
inlinevirtualnoexcept |
◆ chunk_frame
int64_t openshot::ChunkNotFound::chunk_frame |
◆ chunk_number
int64_t openshot::ChunkNotFound::chunk_number |
The documentation for this class was generated from the following file: