Tag Parser  8.0.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
TagParser::SliceInfo Struct Reference

The SliceInfo struct holds the slice information of an AVC frame. More...

#include <avcinfo.h>

Public Member Functions

constexpr SliceInfo ()
 

Public Attributes

byte naluType
 
byte naluRefIdc
 
byte type
 
byte ppsId
 
uint32 frameNum
 
bool fieldPicFlag
 
bool bottomFieldFlag
 
uint32 idrPicId
 
uint32 picOrderCntLsb
 
uint32 deltaPicOrderCntBottom
 
uint32 deltaPicOrderCnt [2]
 
uint32 firstMbInSlice
 
uint32 sps
 
uint32 pps
 

Detailed Description

The SliceInfo struct holds the slice information of an AVC frame.

Remarks
currently not useful, might be removed

Definition at line 139 of file avcinfo.h.

Constructor & Destructor Documentation

◆ SliceInfo()

constexpr TagParser::SliceInfo::SliceInfo ( )

Definition at line 157 of file avcinfo.h.

Member Data Documentation

◆ bottomFieldFlag

bool TagParser::SliceInfo::bottomFieldFlag

Definition at line 147 of file avcinfo.h.

◆ deltaPicOrderCnt

uint32 TagParser::SliceInfo::deltaPicOrderCnt[2]

Definition at line 151 of file avcinfo.h.

◆ deltaPicOrderCntBottom

uint32 TagParser::SliceInfo::deltaPicOrderCntBottom

Definition at line 150 of file avcinfo.h.

◆ fieldPicFlag

bool TagParser::SliceInfo::fieldPicFlag

Definition at line 146 of file avcinfo.h.

◆ firstMbInSlice

uint32 TagParser::SliceInfo::firstMbInSlice

Definition at line 152 of file avcinfo.h.

◆ frameNum

uint32 TagParser::SliceInfo::frameNum

Definition at line 145 of file avcinfo.h.

◆ idrPicId

uint32 TagParser::SliceInfo::idrPicId

Definition at line 148 of file avcinfo.h.

◆ naluRefIdc

byte TagParser::SliceInfo::naluRefIdc

Definition at line 142 of file avcinfo.h.

◆ naluType

byte TagParser::SliceInfo::naluType

Definition at line 141 of file avcinfo.h.

◆ picOrderCntLsb

uint32 TagParser::SliceInfo::picOrderCntLsb

Definition at line 149 of file avcinfo.h.

◆ pps

uint32 TagParser::SliceInfo::pps

Definition at line 154 of file avcinfo.h.

◆ ppsId

byte TagParser::SliceInfo::ppsId

Definition at line 144 of file avcinfo.h.

◆ sps

uint32 TagParser::SliceInfo::sps

Definition at line 153 of file avcinfo.h.

◆ type

byte TagParser::SliceInfo::type

Definition at line 143 of file avcinfo.h.


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