Tag Parser
8.0.1
C++ library for reading and writing MP4 (iTunes), ID3, Vorbis, Opus, FLAC and Matroska tags
|
The MatroskaReferenceOffsetPair holds an offset within a Matroska file plus the reference offset. More...
#include <matroskacues.h>
Public Member Functions | |
constexpr | MatroskaReferenceOffsetPair (uint64 referenceOffset, uint64 initialValue) |
constexpr uint64 | referenceOffset () const |
![]() | |
constexpr | MatroskaOffsetStates (uint64 initialValue) |
constexpr uint64 | currentValue () const |
void | update (uint64 newValue) |
constexpr uint64 | initialValue () const |
The MatroskaReferenceOffsetPair holds an offset within a Matroska file plus the reference offset.
The purpose of this class is to preserve the previous value when an offset is updated.
Definition at line 44 of file matroskacues.h.
constexpr TagParser::MatroskaReferenceOffsetPair::MatroskaReferenceOffsetPair | ( | uint64 | referenceOffset, |
uint64 | initialValue | ||
) |
Definition at line 53 of file matroskacues.h.
constexpr uint64 TagParser::MatroskaReferenceOffsetPair::referenceOffset | ( | ) | const |
Definition at line 59 of file matroskacues.h.