Tag Parser
8.2.0
C++ library for reading and writing MP4 (iTunes), ID3, Vorbis, Opus, FLAC and Matroska tags
|
Go to the source code of this file.
Classes | |
struct | TagParser::TimingInfo |
The TimingInfo struct holds timing information (part of SPS info). More... | |
struct | TagParser::HrdParameters |
The HrdParameters struct holds "Hypothetical Reference Decoder" parameters. More... | |
struct | TagParser::SpsInfo |
The SpsInfo struct holds the sequence parameter set. More... | |
struct | TagParser::PpsInfo |
The PpsInfo struct holds the picture parameter set. More... | |
struct | TagParser::SliceInfo |
The SliceInfo struct holds the slice information of an AVC frame. More... | |
struct | TagParser::AvcFrame |
The AvcFrame struct holds an AVC frame. More... | |
Namespaces | |
IoUtilities | |
Contains utility classes helping to read and write streams. | |
TagParser | |
Contains all classes and functions of the TagInfo library. | |
Typedefs | |
using | TagParser::ugolomb = uint32 |
Type used to store unsigned integer values using golomb coding. More... | |
using | TagParser::sgolomb = int32 |
Type used to store signed integer values using golomb coding. More... | |