OpenShot Library | libopenshot
0.1.9
|
This struct holds the location of a frame within a chunk. More...
#include <ChunkReader.h>
Public Attributes | |
int64_t | frame |
The frame number. More... | |
int64_t | number |
The chunk number. More... | |
This struct holds the location of a frame within a chunk.
Chunks are small video files, which typically contain a few seconds of video each. Locating a frame among these small video files is accomplished by using this struct.
Definition at line 59 of file ChunkReader.h.
int64_t openshot::ChunkLocation::frame |
The frame number.
Definition at line 62 of file ChunkReader.h.
int64_t openshot::ChunkLocation::number |
The chunk number.
Definition at line 61 of file ChunkReader.h.