Tag Parser  9.1.2
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 (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
 

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 ( )
constexpr

Definition at line 131 of file avcinfo.h.

Member Function Documentation

◆ parse()

void TagParser::PpsInfo::parse ( CppUtilities::BinaryReader &  reader,
std::uint32_t  maxSize 
)

Parses the PPS info.

Definition at line 225 of file avcinfo.cpp.

Member Data Documentation

◆ id

ugolomb TagParser::PpsInfo::id

Definition at line 123 of file avcinfo.h.

◆ picOrderPresent

std::uint8_t TagParser::PpsInfo::picOrderPresent

Definition at line 125 of file avcinfo.h.

◆ size

std::uint16_t 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: