|
Tag Parser
8.3.0
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 | |
| 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 |
The SliceInfo struct holds the slice information of an AVC frame.
1.8.15