|
Tag Parser
8.3.0
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 (IoUtilities::BitReader &reader) |
| Parses HRD parameters. More... | |
Public Attributes | |
| ugolomb | cpbCount |
| byte | bitRateScale |
| byte | cpbSizeScale |
| byte | initialCpbRemovalDelayLength |
| byte | cpbRemovalDelayLength |
| byte | cpbOutputDelayLength |
| byte | timeOffsetLength |
The HrdParameters struct holds "Hypothetical Reference Decoder" parameters.
| void TagParser::HrdParameters::parse | ( | IoUtilities::BitReader & | reader | ) |
Parses HRD parameters.
Definition at line 268 of file avcinfo.cpp.
| byte TagParser::HrdParameters::initialCpbRemovalDelayLength |
1.8.15