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

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
 

Detailed Description

The PpsInfo struct holds the picture parameter set.

Definition at line 118 of file avcinfo.h.

Constructor & Destructor Documentation

◆ PpsInfo()

Media::PpsInfo::PpsInfo ( )
inline

Definition at line 128 of file avcinfo.h.

Member Function Documentation

◆ parse()

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

Parses the PPS info.

Definition at line 220 of file avcinfo.cpp.

Member Data Documentation

◆ id

ugolomb Media::PpsInfo::id

Definition at line 120 of file avcinfo.h.

◆ picOrderPresent

byte Media::PpsInfo::picOrderPresent

Definition at line 122 of file avcinfo.h.

◆ size

uint16 Media::PpsInfo::size

Definition at line 123 of file avcinfo.h.

◆ spsId

ugolomb Media::PpsInfo::spsId

Definition at line 121 of file avcinfo.h.


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