Tag Parser 12.3.1
C++ library for reading and writing MP4 (iTunes), ID3, Vorbis, Opus, FLAC and Matroska tags
|
The PpsInfo struct holds the picture parameter set. More...
#include <avcinfo.h>
Public Member Functions | |
constexpr | PpsInfo () |
void | parse (CppUtilities::BinaryReader &reader, std::uint32_t maxSize) |
Parses the PPS info. | |
Public Attributes | |
ugolomb | id |
ugolomb | spsId |
std::uint8_t | picOrderPresent |
std::uint16_t | size |
Static Public Attributes | |
static constexpr std::uint16_t | minSize = 2 |
The PpsInfo struct holds the picture parameter set.
void TagParser::PpsInfo::parse | ( | CppUtilities::BinaryReader & | reader, |
std::uint32_t | maxSize ) |
Parses the PPS info.
Definition at line 221 of file avcinfo.cpp.
|
staticconstexpr |