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