Tag Parser  7.0.3
C++ library for reading and writing MP4 (iTunes), ID3, Vorbis, Opus, FLAC and Matroska tags
Public Member Functions | List of all members
TagParser::MatroskaReferenceOffsetPair Class Reference

The MatroskaReferenceOffsetPair holds an offset within a Matroska file plus the reference offset. More...

#include <matroskacues.h>

Inheritance diagram for TagParser::MatroskaReferenceOffsetPair:
[legend]
Collaboration diagram for TagParser::MatroskaReferenceOffsetPair:
[legend]

Public Member Functions

 MatroskaReferenceOffsetPair (uint64 referenceOffset, uint64 initialValue)
 
uint64 referenceOffset () const
 
- Public Member Functions inherited from TagParser::MatroskaOffsetStates
 MatroskaOffsetStates (uint64 initialValue)
 
uint64 currentValue () const
 
void update (uint64 newValue)
 
uint64 initialValue () const
 

Detailed Description

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.

Constructor & Destructor Documentation

◆ MatroskaReferenceOffsetPair()

TagParser::MatroskaReferenceOffsetPair::MatroskaReferenceOffsetPair ( uint64  referenceOffset,
uint64  initialValue 
)
inline

Definition at line 53 of file matroskacues.h.

Member Function Documentation

◆ referenceOffset()

uint64 TagParser::MatroskaReferenceOffsetPair::referenceOffset ( ) const
inline

Definition at line 59 of file matroskacues.h.


The documentation for this class was generated from the following file: