Tag Parser
7.0.1
C++ library for reading and writing MP4 (iTunes), ID3, Vorbis, Opus, FLAC and Matroska tags
|
#include <avcinfo.h>
Public Member Functions | |
HrdParameters () | |
void | parse (IoUtilities::BitReader &reader) |
Parses HRD parameters. More... | |
Public Attributes | |
ugolomb | cpbCount |
byte | bitRateScale |
byte | cpbSizeScale |
byte | initialCpbRemovalDelayLength |
byte | cpbRemovalDelayLength |
byte | cpbOutputDelayLength |
byte | timeOffsetLength |
void TagParser::HrdParameters::parse | ( | IoUtilities::BitReader & | reader | ) |
Parses HRD parameters.
Definition at line 268 of file avcinfo.cpp.
byte TagParser::HrdParameters::initialCpbRemovalDelayLength |