Tag Parser  8.0.0
C++ library for reading and writing MP4 (iTunes), ID3, Vorbis, Opus, FLAC and Matroska tags
Public Member Functions | Public Attributes | List of all members
TagParser::PpsInfo Struct Reference

The PpsInfo struct holds the picture parameter set. More...

#include <avcinfo.h>

Public Member Functions

constexpr PpsInfo ()
 
void parse (IoUtilities::BinaryReader &reader, uint32 maxSize)
 Parses the PPS info. More...
 

Public Attributes

ugolomb id
 
ugolomb spsId
 
byte picOrderPresent
 
uint16 size
 

Detailed Description

The PpsInfo struct holds the picture parameter set.

Definition at line 121 of file avcinfo.h.

Constructor & Destructor Documentation

◆ PpsInfo()

constexpr TagParser::PpsInfo::PpsInfo ( )

Definition at line 131 of file avcinfo.h.

Member Function Documentation

◆ parse()

void TagParser::PpsInfo::parse ( IoUtilities::BinaryReader &  reader,
uint32  maxSize 
)

Parses the PPS info.

Definition at line 227 of file avcinfo.cpp.

Member Data Documentation

◆ id

ugolomb TagParser::PpsInfo::id

Definition at line 123 of file avcinfo.h.

◆ picOrderPresent

byte TagParser::PpsInfo::picOrderPresent

Definition at line 125 of file avcinfo.h.

◆ size

uint16 TagParser::PpsInfo::size

Definition at line 126 of file avcinfo.h.

◆ spsId

ugolomb TagParser::PpsInfo::spsId

Definition at line 124 of file avcinfo.h.


The documentation for this struct was generated from the following files: