Navigation
API > API/Plugins > API/Plugins/ElectraDecoders > API/Plugins/ElectraDecoders/Utils > API/Plugins/ElectraDecoders/Utils/MPEG > API/Plugins/ElectraDecoders/Utils/MPEG/FSliceSegmentHeaderPOCVars
Inheritance Hierarchy
- FStRefPicSet
- FSliceSegmentHeaderPOCVars::FRefPicSet
References
| Module | ElectraDecoders |
| Header | /Engine/Plugins/Media/ElectraCodecs/Source/ElectraDecoders/Public/Utils/MPEG/ElectraUtilsMPEGVideo_H265.h |
| Include | #include "Utils/MPEG/ElectraUtilsMPEGVideo_H265.h" |
Syntax
struct FRefPicSet : public ElectraDecodersUtil::MPEG::H265::FStRefPicSet
Variables
| Type | Name | Description | |
|---|---|---|---|
| uint8[32] | delta_poc_msb_present_lt_flag | ||
| uint32 | num_long_term_pics | ||
| int32[32] | poc_lt | ||
| uint8[32] | used_by_curr_pic_lt_flag |
Functions
| Type | Name | Description | |
|---|---|---|---|
| int32 | GetLongTermPOC
(
uint32 InIndex |
||
| uint32 | |||
| bool | IsLongTermPOCMSBPresent
(
uint32 InIndex |
||
| bool | IsUsedLongTerm
(
uint32 InIndex |
||
| void | Reset () |
Operators
| Type | Name | Description | |
|---|---|---|---|
| FRefPicSet & | operator=
(
const FStRefPicSet& rhs |