Navigation
API > API/Plugins > API/Plugins/ElectraDecoders
| Name | FSliceSegmentHeaderPOCVars |
| Type | class |
| Header File | /Engine/Plugins/Media/ElectraCodecs/Source/ElectraDecoders/Public/Utils/MPEG/ElectraUtilsMPEGVideo_H265.h |
| Include Path | #include "Utils/MPEG/ElectraUtilsMPEGVideo_H265.h" |
Syntax
class FSliceSegmentHeaderPOCVars
Derived Classes
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FSliceSegmentHeaderPOCVars() |
Utils/MPEG/ElectraUtilsMPEGVideo_H265.h |
Structs
| Name | Remarks |
|---|---|
| FRefPicSet |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| CurrDeltaPocMsbPresentFlag | TArray< bool > | Utils/MPEG/ElectraUtilsMPEGVideo_H265.h | ||
| FollDeltaPocMsbPresentFlag | TArray< bool > | Utils/MPEG/ElectraUtilsMPEGVideo_H265.h | ||
| MaxPocLsb | int32 | Utils/MPEG/ElectraUtilsMPEGVideo_H265.h | ||
| PocLtCurr | TArray< int32 > | Utils/MPEG/ElectraUtilsMPEGVideo_H265.h | ||
| PocLtFoll | TArray< int32 > | Utils/MPEG/ElectraUtilsMPEGVideo_H265.h | ||
| PocStCurrAfter | TArray< int32 > | Utils/MPEG/ElectraUtilsMPEGVideo_H265.h | ||
| PocStCurrBefore | TArray< int32 > | Utils/MPEG/ElectraUtilsMPEGVideo_H265.h | ||
| PocStFoll | TArray< int32 > | Utils/MPEG/ElectraUtilsMPEGVideo_H265.h | ||
| prevTid0POC | int32 | Utils/MPEG/ElectraUtilsMPEGVideo_H265.h | ||
| rps | FRefPicSet | Utils/MPEG/ElectraUtilsMPEGVideo_H265.h | ||
| SlicePOC | int32 | Utils/MPEG/ElectraUtilsMPEGVideo_H265.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
const TArray< bool > & GetCurrDeltaPocMsbPresentFlag() |
Utils/MPEG/ElectraUtilsMPEGVideo_H265.h | ||
const TArray< bool > & GetFollDeltaPocMsbPresentFlag() |
Utils/MPEG/ElectraUtilsMPEGVideo_H265.h | ||
int32 GetMaxPocLsb() |
Utils/MPEG/ElectraUtilsMPEGVideo_H265.h | ||
const TArray< int32 > & GetPocLtCurr() |
Utils/MPEG/ElectraUtilsMPEGVideo_H265.h | ||
const TArray< int32 > & GetPocLtFoll() |
Utils/MPEG/ElectraUtilsMPEGVideo_H265.h | ||
const TArray< int32 > & GetPocStCurrAfter() |
Utils/MPEG/ElectraUtilsMPEGVideo_H265.h | ||
const TArray< int32 > & GetPocStCurrBefore() |
Utils/MPEG/ElectraUtilsMPEGVideo_H265.h | ||
const TArray< int32 > & GetPocStFoll() |
Utils/MPEG/ElectraUtilsMPEGVideo_H265.h | ||
int32 GetSlicePOC() |
Utils/MPEG/ElectraUtilsMPEGVideo_H265.h | ||
void Reset() |
Utils/MPEG/ElectraUtilsMPEGVideo_H265.h | ||
void Update
(
const FSliceSegmentHeader& InFromSliceHeader |
Utils/MPEG/ElectraUtilsMPEGVideo_H265.h |