Navigation
API > API/Plugins > API/Plugins/AVCodecsCore
Configuration settings for H265 decoders.
| Name | FVideoDecoderConfigH265 |
| Type | struct |
| Header File | /Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/Video/Decoders/Configs/VideoDecoderConfigH265.h |
| Include Path | #include "Video/Decoders/Configs/VideoDecoderConfigH265.h" |
Syntax
struct FVideoDecoderConfigH265 : public FVideoDecoderConfig
Inheritance Hierarchy
- FAVConfig → FVideoConfig → FVideoDecoderConfig → FVideoDecoderConfigH265
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FVideoDecoderConfigH265
(
EAVPreset Preset |
Video/Decoders/Configs/VideoDecoderConfigH265.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| PPS | TMap< uint32, UE::AVCodecCore::H265::PPS_t > | Video/Decoders/Configs/VideoDecoderConfigH265.h | ||
| SEI | TArray< UE::AVCodecCore::H265::SEI_t > | Video/Decoders/Configs/VideoDecoderConfigH265.h | ||
| SPS | TMap< uint32, UE::AVCodecCore::H265::SPS_t > | Video/Decoders/Configs/VideoDecoderConfigH265.h | ||
| VPS | TMap< uint32, UE::AVCodecCore::H265::VPS_t > | Video/Decoders/Configs/VideoDecoderConfigH265.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TOptional< int > GetLastSliceQP
(
TArray< UE::AVCodecCore::H265::Slice_t >& Slices |
Video/Decoders/Configs/VideoDecoderConfigH265.h | ||
FAVResult Parse
(
FVideoPacket const& Packet, |
Video/Decoders/Configs/VideoDecoderConfigH265.h |