Tag Parser
6.5.1
C++ library for reading and writing MP4 (iTunes), ID3, Vorbis, Opus, FLAC and Matroska tags
|
The MatroskaOffsetStates holds an offset within a Matroska file. More...
#include <matroskacues.h>
Public Member Functions | |
MatroskaOffsetStates (uint64 initialValue) | |
uint64 | currentValue () const |
void | update (uint64 newValue) |
uint64 | initialValue () const |
The MatroskaOffsetStates holds an offset within a Matroska file.
The purpose of this class is to preserve the previous value when an offset is updated.
Definition at line 11 of file matroskacues.h.
|
inline |
Definition at line 23 of file matroskacues.h.
|
inline |
Definition at line 28 of file matroskacues.h.
|
inline |
Definition at line 38 of file matroskacues.h.
|
inline |
Definition at line 33 of file matroskacues.h.