Tag Parser 12.3.1
C++ library for reading and writing MP4 (iTunes), ID3, Vorbis, Opus, FLAC and Matroska tags
|
The HrdParameters struct holds "Hypothetical Reference Decoder" parameters. More...
#include <avcinfo.h>
Public Member Functions | |
constexpr | HrdParameters () |
void | parse (CppUtilities::BitReader &reader) |
Parses HRD parameters. | |
Public Attributes | |
ugolomb | cpbCount |
std::uint8_t | bitRateScale |
std::uint8_t | cpbSizeScale |
std::uint8_t | initialCpbRemovalDelayLength |
std::uint8_t | cpbRemovalDelayLength |
std::uint8_t | cpbOutputDelayLength |
std::uint8_t | timeOffsetLength |
The HrdParameters struct holds "Hypothetical Reference Decoder" parameters.
void TagParser::HrdParameters::parse | ( | CppUtilities::BitReader & | reader | ) |
Parses HRD parameters.
Definition at line 257 of file avcinfo.cpp.
std::uint8_t TagParser::HrdParameters::cpbOutputDelayLength |
std::uint8_t TagParser::HrdParameters::cpbRemovalDelayLength |
std::uint8_t TagParser::HrdParameters::initialCpbRemovalDelayLength |