OpenShot Library | libopenshot
0.3.3
|
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 33 of file ChunkReader.h.
int64_t openshot::ChunkLocation::frame |
The frame number.
Definition at line 36 of file ChunkReader.h.
Referenced by openshot::ChunkReader::ChunkReader(), and openshot::ChunkReader::GetFrame().
int64_t openshot::ChunkLocation::number |
The chunk number.
Definition at line 35 of file ChunkReader.h.
Referenced by openshot::ChunkReader::ChunkReader(), and openshot::ChunkReader::GetFrame().