Tag Parser  6.2.1
C++ library for reading and writing MP4 (iTunes), ID3, Vorbis, Opus, FLAC and Matroska tags
Classes | Namespaces | Typedefs
avcinfo.h File Reference
#include "../margin.h"
#include "../size.h"
#include "../aspectratio.h"
Include dependency graph for avcinfo.h:
This graph shows which files directly or indirectly include this file:

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...