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