Tag Parser 12.3.1
C++ library for reading and writing MP4 (iTunes), ID3, Vorbis, Opus, FLAC and Matroska tags
|
The SliceInfo struct holds the slice information of an AVC frame. More...
#include <avcinfo.h>
Public Member Functions | |
constexpr | SliceInfo () |
Public Attributes | |
std::uint8_t | naluType |
std::uint8_t | naluRefIdc |
std::uint8_t | type |
std::uint8_t | ppsId |
std::uint32_t | frameNum |
bool | fieldPicFlag |
bool | bottomFieldFlag |
std::uint32_t | idrPicId |
std::uint32_t | picOrderCntLsb |
std::uint32_t | deltaPicOrderCntBottom |
std::uint32_t | deltaPicOrderCnt [2] |
std::uint32_t | firstMbInSlice |
std::uint32_t | sps |
std::uint32_t | pps |
The SliceInfo struct holds the slice information of an AVC frame.
std::uint32_t TagParser::SliceInfo::deltaPicOrderCntBottom |