Tag Parser 12.3.1
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 | |
namespace | CppUtilities |
namespace | TagParser |
Contains all classes and functions of the TagInfo library. | |
Typedefs | |
using | TagParser::ugolomb = std::uint32_t |
Type used to store unsigned integer values using golomb coding. | |
using | TagParser::sgolomb = std::int32_t |
Type used to store signed integer values using golomb coding. | |