Tag Parser
6.3.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 | Media::TimingInfo |
The TimingInfo struct holds timing information (part of SPS info). More... | |
struct | Media::HrdParameters |
The HrdParameters struct holds "Hypothetical Reference Decoder" parameters. More... | |
struct | Media::SpsInfo |
The SpsInfo struct holds the sequence parameter set. More... | |
struct | Media::PpsInfo |
The PpsInfo struct holds the picture parameter set. More... | |
struct | Media::SliceInfo |
The SliceInfo struct holds the slice information of an AVC frame. More... | |
struct | Media::AvcFrame |
The AvcFrame struct holds an AVC frame. More... | |
Namespaces | |
IoUtilities | |
Contains utility classes helping to read and write streams. | |
Media | |
Contains all classes and functions of the TagInfo library. | |
Typedefs | |
typedef uint32 | Media::ugolomb |
Type used to store unsigned integer values using golomb coding. More... | |
typedef int32 | Media::sgolomb |
Type used to store signed integer values using golomb coding. More... | |