Tag Parser
7.1.0
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 | |
PpsInfo () | |
void | parse (IoUtilities::BinaryReader &reader, uint32 maxSize) |
Parses the PPS info. More... | |
Public Attributes | |
ugolomb | id |
ugolomb | spsId |
byte | picOrderPresent |
uint16 | size |
void TagParser::PpsInfo::parse | ( | IoUtilities::BinaryReader & | reader, |
uint32 | maxSize | ||
) |
Parses the PPS info.
Definition at line 227 of file avcinfo.cpp.