Tag Parser  6.2.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
Media::SliceInfo Struct Reference

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

#include <avcinfo.h>

Public Member Functions

 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 135 of file avcinfo.h.

Constructor & Destructor Documentation

◆ SliceInfo()

Media::SliceInfo::SliceInfo ( )
inline

Definition at line 153 of file avcinfo.h.

Member Data Documentation

◆ bottomFieldFlag

bool Media::SliceInfo::bottomFieldFlag

Definition at line 143 of file avcinfo.h.

◆ deltaPicOrderCnt

uint32 Media::SliceInfo::deltaPicOrderCnt[2]

Definition at line 147 of file avcinfo.h.

◆ deltaPicOrderCntBottom

uint32 Media::SliceInfo::deltaPicOrderCntBottom

Definition at line 146 of file avcinfo.h.

◆ fieldPicFlag

bool Media::SliceInfo::fieldPicFlag

Definition at line 142 of file avcinfo.h.

◆ firstMbInSlice

uint32 Media::SliceInfo::firstMbInSlice

Definition at line 148 of file avcinfo.h.

◆ frameNum

uint32 Media::SliceInfo::frameNum

Definition at line 141 of file avcinfo.h.

◆ idrPicId

uint32 Media::SliceInfo::idrPicId

Definition at line 144 of file avcinfo.h.

◆ naluRefIdc

byte Media::SliceInfo::naluRefIdc

Definition at line 138 of file avcinfo.h.

◆ naluType

byte Media::SliceInfo::naluType

Definition at line 137 of file avcinfo.h.

◆ picOrderCntLsb

uint32 Media::SliceInfo::picOrderCntLsb

Definition at line 145 of file avcinfo.h.

◆ pps

uint32 Media::SliceInfo::pps

Definition at line 150 of file avcinfo.h.

◆ ppsId

byte Media::SliceInfo::ppsId

Definition at line 140 of file avcinfo.h.

◆ sps

uint32 Media::SliceInfo::sps

Definition at line 149 of file avcinfo.h.

◆ type

byte Media::SliceInfo::type

Definition at line 139 of file avcinfo.h.


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