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