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

The MatroskaOffsetStates holds an offset within a Matroska file. More...

#include <matroskacues.h>

Inheritance diagram for TagParser::MatroskaOffsetStates:
[legend]

Public Member Functions

constexpr MatroskaOffsetStates (uint64 initialValue)
 
constexpr uint64 currentValue () const
 
void update (uint64 newValue)
 
constexpr uint64 initialValue () const
 

Detailed Description

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.

Constructor & Destructor Documentation

◆ MatroskaOffsetStates()

constexpr TagParser::MatroskaOffsetStates::MatroskaOffsetStates ( uint64  initialValue)

Definition at line 23 of file matroskacues.h.

Member Function Documentation

◆ currentValue()

constexpr uint64 TagParser::MatroskaOffsetStates::currentValue ( ) const

Definition at line 29 of file matroskacues.h.

◆ initialValue()

constexpr uint64 TagParser::MatroskaOffsetStates::initialValue ( ) const

Definition at line 39 of file matroskacues.h.

◆ update()

void TagParser::MatroskaOffsetStates::update ( uint64  newValue)
inline

Definition at line 34 of file matroskacues.h.


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