Tag Parser
9.1.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. More... | |
Public Attributes | |
ugolomb | id |
ugolomb | spsId |
std::uint8_t | picOrderPresent |
std::uint16_t | size |
void TagParser::PpsInfo::parse | ( | CppUtilities::BinaryReader & | reader, |
std::uint32_t | maxSize | ||
) |
Parses the PPS info.
Definition at line 225 of file avcinfo.cpp.