className
stringlengths
1
167
headerPath
stringlengths
14
166
description
stringlengths
0
1.62k
module
stringlengths
3
36
code
stringlengths
0
11.4k
variables
listlengths
0
395
UE::AVCodecCore::H264::EH264ConstraintFlag
/Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/Video/CodecUtils/CodecUtilsH264.h
AVCodecsCore
namespace UE { namespace AVCodecCore { namespace H264 { enum EH264ConstraintFlag { None = 0, Set0 = 1u << 0, Set1 = 1u << 1, Set2 = 1u << 2, Set3 = 1u << 3, Set4 = 1u << 4, Set5 = 1u << 5, } } } }
[]
UE::AVCodecCore::H265::EH265ConstraintFlag
/Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/Video/CodecUtils/CodecUtilsH265.h
AVCodecsCore
namespace UE { namespace AVCodecCore { namespace H265 { enum EH265ConstraintFlag { None = 0, non_packed_constraint_flag = 1u << 0, frame_only_constraint_flag = 1u << 1, max_12bit_constraint_flag = 1u << 2, max_10bit_constraint_flag = 1u << 3, max_8bit_constraint_flag = 1u << 4, max_422chroma_constraint_flag = 1u << 5, max_420chroma_constraint_flag = 1u << 6, max_monochrome_constraint_flag = 1u << 7, intra_constraint_flag = 1u << 8, one_picture_only_constraint_flag = 1u << 9, lower_bit_rate_constraint_flag = 1u << 10, max_14bit_constraint_flag = 1u << 11, } } } }
[]
UE::AVCodecCore::H264::EH264AspectRatioIDC
/Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/Video/CodecUtils/CodecUtilsH264.h
AVCodecsCore
namespace UE { namespace AVCodecCore { namespace H264 { enum EH264AspectRatioIDC { Unspecified = 0, Square = 1, _12x11 = 2, _10x11 = 3, _16x11 = 4, _40x33 = 5, _24x11 = 6, _20x11 = 7, _32x11 = 8, _80x33 = 9, _18x11 = 10, _15x11 = 11, _64x33 = 12, _160x99 = 13, _4x3 = 14, _3x2 = 15, _2x1 = 16, Reserved = 17, Extended_SAR = 255, } } } }
[]
UE::AVCodecCore::H265::EH265AspectRatioIDC
/Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/Video/CodecUtils/CodecUtilsH265.h
AVCodecsCore
namespace UE { namespace AVCodecCore { namespace H265 { enum EH265AspectRatioIDC { Unspecified = 0, Square = 1, _12x11 = 2, _10x11 = 3, _16x11 = 4, _40x33 = 5, _24x11 = 6, _20x11 = 7, _32x11 = 8, _80x33 = 9, _18x11 = 10, _15x11 = 11, _64x33 = 12, _160x99 = 13, _4x3 = 14, _3x2 = 15, _2x1 = 16, Reserved = 17, Extended_SAR = 255, } } } }
[]
UE::AVCodecCore::H264::ScaleListToWeightScale
/Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/Video/CodecUtils/CodecUtilsH264.h
AVCodecsCore
namespace UE { namespace AVCodecCore { namespace H264 { void UE::AVCodecCore::H264::ScaleListToWeightScale ( const bool bIsFrame, const uint8 * ScalingList, const uint8 ListSize, uint8 * OutWeightList ) } } }
[]
UE::AVCodecCore::H265::CheckProfileCompatabilityFlag
/Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/Video/CodecUtils/CodecUtilsH265.h
AVCodecsCore
namespace UE { namespace AVCodecCore { namespace H265 { bool UE::AVCodecCore::H265::CheckProfileCompatabilityFlag ( uint32 const & profile_compatibility_flag, [EH265ProfileIDC](API\Plugins\AVCodecsCore\Video\CodecUtils\UE__AVCodecCore__H265__EH265Prof-) const & H265ProfileIdc ) } } }
[]
UE::AVCodecCore::H264::EBSPtoRBSP
/Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/Video/CodecUtils/CodecUtilsH264.h
AVCodecsCore
namespace UE { namespace AVCodecCore { namespace H264 { int32 UE::AVCodecCore::H264::EBSPtoRBSP ( uint8 * OutBuf, const uint8 * InBuf, int32 NumBytesIn ) } } }
[]
UE::AVCodecCore::H264::EH264ProfileIDC
/Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/Video/CodecUtils/CodecUtilsH264.h
AVCodecsCore
namespace UE { namespace AVCodecCore { namespace H264 { enum EH264ProfileIDC { Auto = 0, CALVLC444Intra = 44, Baseline = 66, Main = 77, ScalableBaseline = 83, ScalableHigh = 86, Extended = 88, High = 100, High10 = 110, MultiviewHigh = 118, High422 = 122, StereoHigh = 128, MultiviewDepthHigh = 138, High444 = 244, } } } }
[]
UE::AVCodecCore::H264::EH264Level
/Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/Video/CodecUtils/CodecUtilsH264.h
AVCodecsCore
namespace UE { namespace AVCodecCore { namespace H264 { enum EH264Level { Level_1b = 0, Level_1 = 10, Level_1_1 = 11, Level_1_2 = 12, Level_1_3 = 13, Level_2 = 20, Level_2_1 = 21, Level_2_2 = 22, Level_3 = 30, Level_3_1 = 31, Level_3_2 = 32, Level_4 = 40, Level_4_1 = 41, Level_4_2 = 42, Level_5 = 50, Level_5_1 = 51, Level_5_2 = 52, } } } }
[]
UE::AVCodecCore::H264::ENaluType
/Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/Video/CodecUtils/CodecUtilsH264.h
AVCodecsCore
namespace UE { namespace AVCodecCore { namespace H264 { enum ENaluType { Unspecified = 0, SliceOfNonIdrPicture = 1, SliceDataPartitionA = 2, SliceDataPartitionB = 3, SliceDataPartitionC = 4, SliceIdrPicture = 5, SupplementalEnhancementInformation = 6, SequenceParameterSet = 7, PictureParameterSet = 8, AccessUnitDelimiter = 9, EndOfSequence = 10, EndOfStream = 11, FillerData = 12, SequenceParameterSetExtension = 13, PrefixNalUnit = 14, SubsetSequenceParameterSet = 15, Reserved16 = 16, Reserved17 = 17, Reserved18 = 18, SliceOfAnAuxiliaryCoded = 19, SliceExtension = 20, SliceExtensionForDepthView = 21, Reserved22 = 22, Reserved23 = 23, Unspecified24 = 24, Unspecified25 = 25, Unspecified26 = 26, Unspecified27 = 27, Unspecified28 = 28, Unspecified29 = 29, Unspecified30 = 30, Unspecified31 = 31, } } } }
[]
UE::AVCodecCore::H264::EH264VideoFormat
/Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/Video/CodecUtils/CodecUtilsH264.h
AVCodecsCore
namespace UE { namespace AVCodecCore { namespace H264 { enum EH264VideoFormat { Component = 0, PAL = 1, NTSC = 2, SECAM = 3, MAC = 4, Unspecified = 5, Reserved6 = 6, Reserved7 = 7, } } } }
[]
UE::AVCodecCore::H264::operator|
/Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/Video/CodecUtils/CodecUtilsH264.h
AVCodecsCore
namespace UE { namespace AVCodecCore { namespace H264 { [EH264ConstraintFlag](API\Plugins\AVCodecsCore\Video\CodecUtils\UE__AVCodecCore_-) UE::AVCodecCore::H264::operator| ( [EH264ConstraintFlag](API\Plugins\AVCodecsCore\Video\CodecUtils\UE__AVCodecCore_-) const & lhs, [EH264ConstraintFlag](API\Plugins\AVCodecsCore\Video\CodecUtils\UE__AVCodecCore_-) const & rhs ) } } }
[]
UE::AVCodecCore::H264::operator&
/Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/Video/CodecUtils/CodecUtilsH264.h
AVCodecsCore
namespace UE { namespace AVCodecCore { namespace H264 { [EH264ConstraintFlag](API\Plugins\AVCodecsCore\Video\CodecUtils\UE__AVCodecCore_-) UE::AVCodecCore::H264::operator& ( [EH264ConstraintFlag](API\Plugins\AVCodecsCore\Video\CodecUtils\UE__AVCodecCore_-) const & lhs, [EH264ConstraintFlag](API\Plugins\AVCodecsCore\Video\CodecUtils\UE__AVCodecCore_-) const & rhs ) } } }
[]
UE::AVCodecCore::H264::operator&
/Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/Video/CodecUtils/CodecUtilsH264.h
AVCodecsCore
namespace UE { namespace AVCodecCore { namespace H264 { uint8 UE::AVCodecCore::H264::operator& ( uint8 const & lhs, [EH264ConstraintFlag](API\Plugins\AVCodecsCore\Video\CodecUtils\UE__AVCodecCore_-) const & rhs ) } } }
[]
UE::AVCodecCore::H264::operator|=
/Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/Video/CodecUtils/CodecUtilsH264.h
AVCodecsCore
namespace UE { namespace AVCodecCore { namespace H264 { [EH264ConstraintFlag](API\Plugins\AVCodecsCore\Video\CodecUtils\UE__AVCodecCore_-) UE::AVCodecCore::H264::operator|= ( [EH264ConstraintFlag](API\Plugins\AVCodecsCore\Video\CodecUtils\UE__AVCodecCore_-) const & lhs, [EH264ConstraintFlag](API\Plugins\AVCodecsCore\Video\CodecUtils\UE__AVCodecCore_-) const & rhs ) } } }
[]
UE::AVCodecCore::H264::operator==
/Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/Video/CodecUtils/CodecUtilsH264.h
AVCodecsCore
namespace UE { namespace AVCodecCore { namespace H264 { bool UE::AVCodecCore::H264::operator== ( [EH264ConstraintFlag](API\Plugins\AVCodecsCore\Video\CodecUtils\UE__AVCodecCore_-) lhs, [EH264ConstraintFlag](API\Plugins\AVCodecsCore\Video\CodecUtils\UE__AVCodecCore_-) rhs ) } } }
[]
UE::AVCodecCore::H265::EBSPtoRBSP
/Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/Video/CodecUtils/CodecUtilsH265.h
AVCodecsCore
namespace UE { namespace AVCodecCore { namespace H265 { int32 UE::AVCodecCore::H265::EBSPtoRBSP ( uint8 * OutBuf, const uint8 * InBuf, int32 NumBytesIn ) } } }
[]
UE::AVCodecCore::H265::EH265LevelIDC
/Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/Video/CodecUtils/CodecUtilsH265.h
AVCodecsCore
namespace UE { namespace AVCodecCore { namespace H265 { enum EH265LevelIDC { Level_1 = 10, Level_2 = 20, Level_2_1 = 21, Level_3 = 30, Level_3_1 = 31, Level_4 = 40, Level_4_1 = 41, Level_5 = 50, Level_5_1 = 51, Level_5_2 = 52, Level_6 = 60, Level_6_1 = 61, Level_6_2 = 62, } } } }
[]
UE::AVCodecCore::H265::EH265ProfileIDC
/Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/Video/CodecUtils/CodecUtilsH265.h
AVCodecsCore
namespace UE { namespace AVCodecCore { namespace H265 { enum EH265ProfileIDC { Auto = 0, Main = 1, Main10 = 2, Main10StillPicture = Main10, MainStillPicture = 3, FormatRangeExtensions = 4, Monochrome = FormatRangeExtensions, Monochrome10 = FormatRangeExtensions, Monochrome12 = FormatRangeExtensions, Monochrome16 = FormatRangeExtensions, Main12 = FormatRangeExtensions, Main422_10 = FormatRangeExtensions, Main422_12 = FormatRangeExtensions, Main444 = FormatRangeExtensions, Main444_10 = FormatRangeExtensions, Main444_12 = FormatRangeExtensions, MainIntra = FormatRangeExtensions, Main10Intra = FormatRangeExtensions, Main12Intra = FormatRangeExtensions, Main422_10Intra = FormatRangeExtensions, Main422_12Intra = FormatRangeExtensions, Main444_Intra = FormatRangeExtensions, Main444_10Intra = FormatRangeExtensions, Main444_12Intra = FormatRangeExtensions, Main444_16Intra = FormatRangeExtensions, Main444StillPicture = FormatRangeExtensions, Main444_16StillPicture = FormatRangeExtensions, HighThroughput = 5, HighThroughput444 = HighThroughput, HighThroughput444_10 = HighThroughput, HighThroughput444_14 = HighThroughput, HighThroughput444_16Intra = HighThroughput, ScreenContentCoding = 9, ScreenExtendedMain = ScreenContentCoding, ScreenExtendedMain10 = ScreenContentCoding, ScreenExtendedMain444 = ScreenContentCoding, ScreenExtendedMain444_10 = ScreenContentCoding, HighThroughputScreenContentCoding = 11, ScreenExtendedHighThroughput444 = HighThroughputScreenContentCoding, ScreenExtendedHighThroughput444_10 = HighThroughputScreenContentCoding, ScreenExtendedHighThroughput444_14 = HighThroughputScreenContentCoding, } } } }
[]
UE::AVCodecCore::H265::EH265SliceType
/Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/Video/CodecUtils/CodecUtilsH265.h
AVCodecsCore
namespace UE { namespace AVCodecCore { namespace H265 { enum EH265SliceType { B = 0, P = 1, I = 2, } } } }
[]
UE::AVCodecCore::H265::EH265VideoFormat
/Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/Video/CodecUtils/CodecUtilsH265.h
AVCodecsCore
namespace UE { namespace AVCodecCore { namespace H265 { enum EH265VideoFormat { Component = 0, PAL = 1, NTSC = 2, SECAM = 3, MAC = 4, Unspecified = 5, Reserved6 = 6, Reserved7 = 7, } } } }
[]
UE::AVCodecCore::H265::ENaluType
/Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/Video/CodecUtils/CodecUtilsH265.h
AVCodecsCore
namespace UE { namespace AVCodecCore { namespace H265 { enum ENaluType { TRAIL_N = 0, TRAIL_R = 1, TSA_N = 2, TSA_R = 3, STSA_N = 4, STSA_R = 5, RADL_N = 6, RADL_R = 7, RASL_N = 8, RASL_R = 9, RSV_VCL_N10 = 10, RSV_VCL_R11 = 11, RSV_VCL_N12 = 12, RSV_VCL_R13 = 13, RSV_VCL_N14 = 14, RSV_VCL_R15 = 15, BLA_W_LP = 16, BLA_W_RADL = 17, BLA_N_LP = 18, IDR_W_RADL = 19, IDR_N_LP = 20, CRA_NUT = 21, RSV_IRAP_VCL22 = 22, RSV_IRAP_VCL23 = 23, RSV_VCL24 = 24, RSV_VCL25 = 25, RSV_VCL26 = 26, RSV_VCL27 = 27, RSV_VCL28 = 28, RSV_VCL29 = 29, RSV_VCL30 = 30, RSV_VCL31 = 31, VPS_NUT = 32, SPS_NUT = 33, PPS_NUT = 34, AUD_NUT = 35, EOS_NUT = 36, EOB_NUT = 37, FD_NUT = 38, PREFIX_SEI_NUT = 39, SUFFIX_SEI_NUT = 40, RSV_NVCL41 = 41, RSV_NVCL42 = 42, RSV_NVCL43 = 43, RSV_NVCL44 = 44, RSV_NVCL45 = 45, RSV_NVCL46 = 46, RSV_NVCL47 = 47, UNSPECIFIED = 48, } } } }
[]
UE::AVCodecCore::H265::operator|
/Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/Video/CodecUtils/CodecUtilsH265.h
AVCodecsCore
namespace UE { namespace AVCodecCore { namespace H265 { [EH265ConstraintFlag](API\Plugins\AVCodecsCore\Video\CodecUtils\UE__AVCodecCore_-_2) UE::AVCodecCore::H265::operator| ( [EH265ConstraintFlag](API\Plugins\AVCodecsCore\Video\CodecUtils\UE__AVCodecCore_-_2) const & lhs, [EH265ConstraintFlag](API\Plugins\AVCodecsCore\Video\CodecUtils\UE__AVCodecCore_-_2) const & rhs ) } } }
[]
UE::AVCodecCore::H265::operator&
/Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/Video/CodecUtils/CodecUtilsH265.h
AVCodecsCore
namespace UE { namespace AVCodecCore { namespace H265 { [EH265ConstraintFlag](API\Plugins\AVCodecsCore\Video\CodecUtils\UE__AVCodecCore_-_2) UE::AVCodecCore::H265::operator& ( [EH265ConstraintFlag](API\Plugins\AVCodecsCore\Video\CodecUtils\UE__AVCodecCore_-_2) const & lhs, [EH265ConstraintFlag](API\Plugins\AVCodecsCore\Video\CodecUtils\UE__AVCodecCore_-_2) const & rhs ) } } }
[]
UE::AVCodecCore::H265::operator&
/Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/Video/CodecUtils/CodecUtilsH265.h
AVCodecsCore
namespace UE { namespace AVCodecCore { namespace H265 { uint8 UE::AVCodecCore::H265::operator& ( uint16 const & lhs, [EH265ConstraintFlag](API\Plugins\AVCodecsCore\Video\CodecUtils\UE__AVCodecCore_-_2) const & rhs ) } } }
[]
UE::AVCodecCore::H265::operator|=
/Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/Video/CodecUtils/CodecUtilsH265.h
AVCodecsCore
namespace UE { namespace AVCodecCore { namespace H265 { [EH265ConstraintFlag](API\Plugins\AVCodecsCore\Video\CodecUtils\UE__AVCodecCore_-_2) UE::AVCodecCore::H265::operator|= ( [EH265ConstraintFlag](API\Plugins\AVCodecsCore\Video\CodecUtils\UE__AVCodecCore_-_2) const & lhs, [EH265ConstraintFlag](API\Plugins\AVCodecsCore\Video\CodecUtils\UE__AVCodecCore_-_2) const & rhs ) } } }
[]
UE::AVCodecCore::H265::operator==
/Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/Video/CodecUtils/CodecUtilsH265.h
AVCodecsCore
namespace UE { namespace AVCodecCore { namespace H265 { bool UE::AVCodecCore::H265::operator== ( [EH265ConstraintFlag](API\Plugins\AVCodecsCore\Video\CodecUtils\UE__AVCodecCore_-_2) lhs, [EH265ConstraintFlag](API\Plugins\AVCodecsCore\Video\CodecUtils\UE__AVCodecCore_-_2) rhs ) } } }
[]
EPictureUsage
/Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/Video/Decoders/Configs/VideoDecoderConfigH265.h
AVCodecsCore
enum EPictureUsage { UNUSED = 0u, SHORT_TERM = 1u << 0, LONG_TERM = 1u << 1, }
[]
FVideoDecoderConfigH264::Parse
/Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/Video/Decoders/Configs/VideoDecoderConfigH264.h
AVCodecsCore
[FAVResult](API\Plugins\AVCodecsCore\FAVResult) Parse ( [TSharedRef](API\Runtime\Core\Templates\TSharedRef)< [FAVInstance](API\Plugins\AVCodecsCore\FAVInstance) > const & Instance, [FVideoPacket](API\Plugins\AVCodecsCore\Video\FVideoPacket) const & Packet, [TArray](API\Runtime\Core\Containers\TArray)< [UE::AVCodecCore::H264::Slice_t](API\Plugins\AVCodecsCore\Video\CodecUtils\Slice_t) > & OutSlices )
[]
FVideoDecoderConfigH264::FVideoDecoderConfigH264
/Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/Video/Decoders/Configs/VideoDecoderConfigH264.h
AVCodecsCore
FVideoDecoderConfigH264 ( [EAVPreset](API\Plugins\AVCodecsCore\EAVPreset) Preset )
[]
FVideoDecoderConfigH264
/Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/Video/Decoders/Configs/VideoDecoderConfigH264.h
Configuration settings for H264 decoders.
AVCodecsCore
struct FVideoDecoderConfigH264 : public [FVideoDecoderConfig](API\Plugins\AVCodecsCore\Video\FVideoDecoderConfig)
[ { "type": "TMap< uint32,U...", "name": "PPS", "description": "" }, { "type": "TArray<UE::AVC...", "name": "SEI", "description": "" }, { "type": "TMap< uint32,U...", "name": "SPS", "description": "" } ]
FVideoDecoderConfigH265::FReferencePictureSet::PrepState
/Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/Video/Decoders/Configs/VideoDecoderConfigH265.h
AVCodecsCore
void PrepState&40;&41;
[]
FReferencePictureSet
/Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/Video/Decoders/Configs/VideoDecoderConfigH265.h
AVCodecsCore
struct FReferencePictureSet
[ { "type": "uint8", "name": "NumPicTotalCurr", "description": "" }, { "type": "uint8", "name": "NumPocLtCurr", "description": "" }, { "type": "uint8", "name": "NumPocLtFoll", "description": "" }, { "type": "uint8", "name": "NumPocStCurrAfter", "description": "" }, { "type": "uint8", "name": "NumPocStCurrBefore", "description": "" }, { "type": "uint8", "name": "NumPocStFoll", "description": "" }, { "type": "uint8[16]", "name": "PicAvaliability", "description": "" }, { "type": "uint8[16]", "name": "PicLayerId", "description": "" }, { "type": "int32[16]", "name": "PicOrderCntVal", "description": "" }, { "type": "EPictureUsage[1...", "name": "PicUsage", "description": "" }, { "type": "int32[16]", "name": "PocLtCurr", "description": "" }, { "type": "int32[16]", "name": "PocLtFoll", "description": "" }, { "type": "int32[16]", "name": "PocStCurrAfter", "description": "" }, { "type": "int32[16]", "name": "PocStCurrBefore", "description": "" }, { "type": "int32[16]", "name": "PocStFoll", "description": "" }, { "type": "uint8[16]", "name": "RefPicList0", "description": "" }, { "type": "uint8[16]", "name": "RefPicList1", "description": "" }, { "type": "uint8[8]", "name": "RefPicSetInterLayer0", "description": "" }, { "type": "uint8[8]", "name": "RefPicSetInterLayer1", "description": "" }, { "type": "uint8[16]", "name": "RefPicSetLtCurr", "description": "" }, { "type": "uint8[16]", "name": "RefPicSetLtFoll", "description": "" }, { "type": "uint8[8]", "name": "RefPicSetStCurrAfter", "description": "" }, { "type": "uint8[8]", "name": "RefPicSetStCurrBefore", "description": "" }, { "type": "uint8[16]", "name": "RefPicSetStFoll", "description": "" } ]
FVideoDecoderConfigH265::Parse
/Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/Video/Decoders/Configs/VideoDecoderConfigH265.h
AVCodecsCore
[FAVResult](API\Plugins\AVCodecsCore\FAVResult) Parse ( [TSharedRef](API\Runtime\Core\Templates\TSharedRef)< [FAVInstance](API\Plugins\AVCodecsCore\FAVInstance) > const & Instance, [FVideoPacket](API\Plugins\AVCodecsCore\Video\FVideoPacket) const & Packet, [TArray](API\Runtime\Core\Containers\TArray)< [TSharedPtr](API\Runtime\Core\Templates\TSharedPtr)< [UE::AVCodecCore::H265::FNaluH265](API\Plugins\AVCodecsCore\Video\CodecUtils\FNaluH265) >> & Slices )
[]
FVideoDecoderConfigH265::UpdateScalingLists
/Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/Video/Decoders/Configs/VideoDecoderConfigH265.h
AVCodecsCore
[FAVResult](API\Plugins\AVCodecsCore\FAVResult) UpdateScalingLists ( [TSharedRef](API\Runtime\Core\Templates\TSharedRef)< [UE::AVCodecCore::H265::FNaluSlice](API\Plugins\AVCodecsCore\Video\CodecUtils\FNaluSlice) > CurrentSlice )
[]
FVideoDecoderConfigH265::UpdateRPS
/Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/Video/Decoders/Configs/VideoDecoderConfigH265.h
AVCodecsCore
[FAVResult](API\Plugins\AVCodecsCore\FAVResult) UpdateRPS ( [TSharedRef](API\Runtime\Core\Templates\TSharedRef)< [UE::AVCodecCore::H265::FNaluSlice](API\Plugins\AVCodecsCore\Video\CodecUtils\FNaluSlice) > CurrentSlice )
[]
FVideoDecoderConfigH265::FVideoDecoderConfigH265
/Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/Video/Decoders/Configs/VideoDecoderConfigH265.h
AVCodecsCore
FVideoDecoderConfigH265 ( [EAVPreset](API\Plugins\AVCodecsCore\EAVPreset) Preset )
[]
FVideoDecoderConfigH265
/Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/Video/Decoders/Configs/VideoDecoderConfigH265.h
Configuration settings for H265 decoders.
AVCodecsCore
struct FVideoDecoderConfigH265 : public [FVideoDecoderConfig](API\Plugins\AVCodecsCore\Video\FVideoDecoderConfig)
[ { "type": "int32", "name": "CurrPicIdx", "description": "Decoder state." }, { "type": "int32", "name": "LastPicOrderCntValue", "description": "" }, { "type": "int32", "name": "LastRpsIdx", "description": "" }, { "type": "TMap< uint32,T...", "name": "ParsedPPS", "description": "" }, { "type": "TArray<TShared...", "name": "ParsedSEI", "description": "" }, { "type": "TMap< uint32,T...", "name": "ParsedSPS", "description": "" }, { "type": "TMap< uint32,T...", "name": "ParsedVPS", "description": "" }, { "type": "FVideoDecoderCo...", "name": "ReferencePictureSet", "description": "" }, { "type": "uint8[6][16]", "name": "ScalingList16x16", "description": "" }, { "type": "uint8[6][16]", "name": "ScalingList32x32", "description": "" }, { "type": "uint8[6][16]", "name": "ScalingList4x4", "description": "Scaling lists." }, { "type": "uint8[6][16]", "name": "ScalingList8x8", "description": "" }, { "type": "int16[6]", "name": "ScalingListDCCoeff16x16", "description": "" }, { "type": "int16[6]", "name": "ScalingListDCCoeff32x32", "description": "" }, { "type": "int16[6]", "name": "ScalingListDCCoeff4x4", "description": "" }, { "type": "int16[6]", "name": "ScalingListDCCoeff8x8", "description": "" } ]
operator&
/Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/Video/Decoders/Configs/VideoDecoderConfigH265.h
AVCodecsCore
constexpr [EPictureUsage](API\Plugins\AVCodecsCore\Video\Decoders\Configs\EPictureUsage) operator& ( [EPictureUsage](API\Plugins\AVCodecsCore\Video\Decoders\Configs\EPictureUsage) Lhs, [EPictureUsage](API\Plugins\AVCodecsCore\Video\Decoders\Configs\EPictureUsage) Rhs )
[]
operator&=
/Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/Video/Decoders/Configs/VideoDecoderConfigH265.h
AVCodecsCore
[EPictureUsage](API\Plugins\AVCodecsCore\Video\Decoders\Configs\EPictureUsage) & operator&= ( [EPictureUsage](API\Plugins\AVCodecsCore\Video\Decoders\Configs\EPictureUsage) & Lhs, [EPictureUsage](API\Plugins\AVCodecsCore\Video\Decoders\Configs\EPictureUsage) Rhs )
[]
operator~
/Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/Video/Decoders/Configs/VideoDecoderConfigH265.h
AVCodecsCore
constexpr [EPictureUsage](API\Plugins\AVCodecsCore\Video\Decoders\Configs\EPictureUsage) operator~ ( [EPictureUsage](API\Plugins\AVCodecsCore\Video\Decoders\Configs\EPictureUsage) E )
[]
operator^
/Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/Video/Decoders/Configs/VideoDecoderConfigH265.h
AVCodecsCore
constexpr [EPictureUsage](API\Plugins\AVCodecsCore\Video\Decoders\Configs\EPictureUsage) operator^ ( [EPictureUsage](API\Plugins\AVCodecsCore\Video\Decoders\Configs\EPictureUsage) Lhs, [EPictureUsage](API\Plugins\AVCodecsCore\Video\Decoders\Configs\EPictureUsage) Rhs )
[]
operator^=
/Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/Video/Decoders/Configs/VideoDecoderConfigH265.h
AVCodecsCore
[EPictureUsage](API\Plugins\AVCodecsCore\Video\Decoders\Configs\EPictureUsage) & operator^= ( [EPictureUsage](API\Plugins\AVCodecsCore\Video\Decoders\Configs\EPictureUsage) & Lhs, [EPictureUsage](API\Plugins\AVCodecsCore\Video\Decoders\Configs\EPictureUsage) Rhs )
[]
operator!
/Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/Video/Decoders/Configs/VideoDecoderConfigH265.h
AVCodecsCore
constexpr bool operator! ( [EPictureUsage](API\Plugins\AVCodecsCore\Video\Decoders\Configs\EPictureUsage) E )
[]
TStreamVideoDecoder::ApplyConfig
/Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/Video/Decoders/StreamVideoDecoder.h
AVCodecsCore
virtual [FAVResult](API\Plugins\AVCodecsCore\FAVResult) ApplyConfig()
[]
TStreamVideoDecoder::Close
/Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/Video/Decoders/StreamVideoDecoder.h
AVCodecsCore
virtual void Close()
[]
TStreamVideoDecoder::GetMinimalConfig
/Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/Video/Decoders/StreamVideoDecoder.h
AVCodecsCore
virtual [FVideoDecoderConfig](API\Plugins\AVCodecsCore\Video\FVideoDecoderConfig) GetMinimalConfig()
[]
TStreamVideoDecoder::IsInitialized
/Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/Video/Decoders/StreamVideoDecoder.h
True if this decoder has been initialized by sending through a packet.
AVCodecsCore
bool IsInitialized() const
[]
TStreamVideoDecoder::IsOpen
/Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/Video/Decoders/StreamVideoDecoder.h
AVCodecsCore
virtual bool IsOpen() const
[]
TStreamVideoDecoder::Open
/Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/Video/Decoders/StreamVideoDecoder.h
AVCodecsCore
virtual [FAVResult](API\Plugins\AVCodecsCore\FAVResult) Open ( [TSharedRef](API\Runtime\Core\Templates\TSharedRef)< [FAVDevice](API\Plugins\AVCodecsCore\FAVDevice) > const & NewDevice, [TSharedRef](API\Runtime\Core\Templates\TSharedRef)< [FAVInstance](API\Plugins\AVCodecsCore\FAVInstance) > const & NewInstance )
[]
TStreamVideoDecoder::ReceiveFrame
/Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/Video/Decoders/StreamVideoDecoder.h
FAVResult.
AVCodecsCore
virtual [FAVResult](API\Plugins\AVCodecsCore\FAVResult) ReceiveFrame ( [TResolvableVideoResource](API\Plugins\AVCodecsCore\Video\TResolvableVideoResource)< TResource > & InOutResource )
[]
TStreamVideoDecoder::SendPacket
/Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/Video/Decoders/StreamVideoDecoder.h
AVCodecsCore
virtual [FAVResult](API\Plugins\AVCodecsCore\FAVResult) SendPacket ( [FVideoPacket](API\Plugins\AVCodecsCore\Video\FVideoPacket) const & Packet )
[]
TStreamVideoDecoder::SetMinimalConfig
/Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/Video/Decoders/StreamVideoDecoder.h
AVCodecsCore
virtual void SetMinimalConfig ( [FVideoDecoderConfig](API\Plugins\AVCodecsCore\Video\FVideoDecoderConfig) const & MinimalConfig )
[]
TStreamVideoDecoder::TStreamVideoDecoder
/Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/Video/Decoders/StreamVideoDecoder.h
AVCodecsCore
TStreamVideoDecoder()
[]
TStreamVideoDecoder
/Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/Video/Decoders/StreamVideoDecoder.h
Configuration-less decoder that detects the bitstream type and creates an appropriate child decoder that can handle it.
AVCodecsCore
template<typename TResource> class TStreamVideoDecoder : public [TVideoDecoder< TResource >](API\Plugins\AVCodecsCore\Video\TVideoDecoder_TResource)
[ { "type": "TSharedPtr<TVi...", "name": "Child", "description": "The child decoder, invalid until this decoder is initialized by sending through a packet." } ]
EMultipassMode
/Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/Video/VideoEncoder.h
AVCodecsCore
enum EMultipassMode { Unknown, Disabled, Quarter, Full, }
[]
FVideoEncoderConfigH264::FVideoEncoderConfigH264
/Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/Video/Encoders/Configs/VideoEncoderConfigH264.h
AVCodecsCore
FVideoEncoderConfigH264 ( [EAVPreset](API\Plugins\AVCodecsCore\EAVPreset) Preset )
[]
FVideoEncoderConfigH264
/Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/Video/Encoders/Configs/VideoEncoderConfigH264.h
Configuration settings for H264 encoders.
AVCodecsCore
struct FVideoEncoderConfigH264 : public [FVideoEncoderConfig](API\Plugins\AVCodecsCore\Video\FVideoEncoderConfig)
[ { "type": "EH264AdaptiveTr...", "name": "AdaptiveTransformMode", "description": "" }, { "type": "EH264EntropyCod...", "name": "EntropyCodingMode", "description": "" }, { "type": "uint32", "name": "IntraRefreshCountFrames", "description": "" }, { "type": "uint32", "name": "IntraRefreshPeriodFrames", "description": "" }, { "type": "EH264Profile", "name": "Profile", "description": "" }, { "type": "bool", "name": "RepeatSPSPPS", "description": "" } ]
FVideoEncoderConfigH265::FVideoEncoderConfigH265
/Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/Video/Encoders/Configs/VideoEncoderConfigH265.h
AVCodecsCore
FVideoEncoderConfigH265 ( [EAVPreset](API\Plugins\AVCodecsCore\EAVPreset) Preset )
[]
FVideoEncoderConfigH265
/Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/Video/Encoders/Configs/VideoEncoderConfigH265.h
Configuration settings for H265 encoders.
AVCodecsCore
struct FVideoEncoderConfigH265 : public [FVideoEncoderConfig](API\Plugins\AVCodecsCore\Video\FVideoEncoderConfig)
[ { "type": "int32", "name": "IntraRefreshCountFrames", "description": "" }, { "type": "int32", "name": "IntraRefreshPeriodFrames", "description": "" }, { "type": "EH265Profile", "name": "Profile", "description": "" }, { "type": "bool", "name": "RepeatSPSPPS", "description": "" } ]
ERateControlMode
/Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/Video/VideoEncoder.h
Implementation of Video Encoding domain, seeTAVCoderfor inheritance model
AVCodecsCore
enum ERateControlMode { Unknown, ConstQP, VBR, CBR, }
[]
EVideoFormat
/Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/Video/VideoResource.h
AVCodecsCore
enum EVideoFormat { BGRA = EPixelFormat::PF_B8G8R8A8, ABGR10 = EPixelFormat::PF_A2B10G10R10, NV12 = EPixelFormat::PF_NV12, P010 = EPixelFormat::PF_P010, R8 = EPixelFormat::PF_R8, G16 = EPixelFormat::PF_G16, YUV444 = 254U, YUV444_16 = 255U, }
[]
FVideoDecoder
/Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/Video/VideoDecoder.h
AVCodecsCore
typedef [TVideoDecoder](API\Plugins\AVCodecsCore\Video\TVideoDecoder) FVideoDecoder
[]
FVideoDecoderConfig::FVideoDecoderConfig
/Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/Video/VideoDecoder.h
AVCodecsCore
FVideoDecoderConfig ( [EAVPreset](API\Plugins\AVCodecsCore\EAVPreset) Preset )
[]
FVideoDecoderConfig
/Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/Video/VideoDecoder.h
Implementation of Video Decoding domain, seeTAVCoderfor inheritance model
AVCodecsCore
struct FVideoDecoderConfig : public [FAVConfig](API\Plugins\AVCodecsCore\FAVConfig)
[]
FVideoDescriptor::GetNumChannels
/Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/Video/VideoResource.h
Planar formats are treated as single channel.
AVCodecsCore
uint8 GetNumChannels() const
[]
FVideoDescriptor::GetSizeInBytes
/Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/Video/VideoResource.h
TODO(Nick): Try and remove this in favour of external initialisation.
AVCodecsCore
uint32 GetSizeInBytes() const
[]
FVideoDescriptor::operator==
/Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/Video/VideoResource.h
AVCodecsCore
bool operator== ( [FVideoDescriptor](API\Plugins\AVCodecsCore\Video\FVideoDescriptor) const & RHS ) const
[]
FVideoDescriptor::operator!=
/Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/Video/VideoResource.h
AVCodecsCore
bool operator!= ( [FVideoDescriptor](API\Plugins\AVCodecsCore\Video\FVideoDescriptor) const & RHS ) const
[]
FVideoDescriptor::FVideoDescriptor
/Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/Video/VideoResource.h
AVCodecsCore
FVideoDescriptor()
[]
FVideoDescriptor::FVideoDescriptor
/Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/Video/VideoResource.h
AVCodecsCore
FVideoDescriptor ( const [FVideoDescriptor](API\Plugins\AVCodecsCore\Video\FVideoDescriptor) & Descriptor )
[]
FVideoDescriptor::FVideoDescriptor
/Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/Video/VideoResource.h
AVCodecsCore
FVideoDescriptor ( [EVideoFormat](API\Plugins\AVCodecsCore\Video\EVideoFormat) Format, uint32 Width, uint32 Height )
[]
FVideoDescriptor::FVideoDescriptor
/Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/Video/VideoResource.h
AVCodecsCore
FVideoDescriptor ( [EVideoFormat](API\Plugins\AVCodecsCore\Video\EVideoFormat) Format, uint32 Width, uint32 Height, const [FVideoDescriptor](API\Plugins\AVCodecsCore\Video\FVideoDescriptor) & RawDescriptor )
[]
FVideoDescriptor::~FVideoDescriptor
/Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/Video/VideoResource.h
AVCodecsCore
~FVideoDescriptor()
[]
FVideoDescriptor
/Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/Video/VideoResource.h
This struct defines how the allocated resource memory is used in the context of a video.
AVCodecsCore
struct FVideoDescriptor
[ { "type": "EVideoFormat", "name": "Format", "description": "Format of the pixel data." }, { "type": "uint32", "name": "Height", "description": "Height in pixels." }, { "type": "FVideoDescripto...", "name": "RawDescriptor", "description": "If this is a descriptor stored in a different format than it really is for transport then its raw descriptor should be described in this variable" }, { "type": "uint32", "name": "Width", "description": "Width in pixels." } ]
FVideoEncoder
/Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/Video/VideoEncoder.h
AVCodecsCore
typedef [TVideoEncoder](API\Plugins\AVCodecsCore\Video\TVideoEncoder) FVideoEncoder
[]
FVideoEncoderConfig::FVideoEncoderConfig
/Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/Video/VideoEncoder.h
AVCodecsCore
FVideoEncoderConfig ( [EAVPreset](API\Plugins\AVCodecsCore\EAVPreset) Preset )
[]
FVideoEncoderConfig
/Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/Video/VideoEncoder.h
AVCodecsCore
struct FVideoEncoderConfig : public [FAVConfig](API\Plugins\AVCodecsCore\FAVConfig)
[ { "type": "uint8: 1", "name": "bFillData", "description": "" }, { "type": "uint32", "name": "Height", "description": "" }, { "type": "uint32", "name": "KeyframeInterval", "description": "TODO (Remove and derive from latency mode)" }, { "type": "int32", "name": "MaxBitrate", "description": "" }, { "type": "int32", "name": "MaxQP", "description": "" }, { "type": "int32", "name": "MinQP", "description": "" }, { "type": "EMultipassMode", "name": "MultipassMode", "description": "" }, { "type": "ERateControlMod...", "name": "RateControlMode", "description": "" }, { "type": "int32", "name": "TargetBitrate", "description": "" }, { "type": "uint32", "name": "TargetFramerate", "description": "" }, { "type": "uint32", "name": "Width", "description": "" } ]
FVideoPacket::FVideoPacket
/Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/Video/VideoPacket.h
AVCodecsCore
FVideoPacket()
[]
FVideoPacket::FVideoPacket
/Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/Video/VideoPacket.h
AVCodecsCore
FVideoPacket ( [TSharedPtr](API\Runtime\Core\Templates\TSharedPtr)< uint8 > const & DataPtr, uint64 DataSize, uint64 Timestamp, uint64 Index, uint32 QP, bool bIsKeyframe )
[]
FVideoResource::GetDescriptor
/Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/Video/VideoResource.h
Get the descriptor of our video data.
AVCodecsCore
[FVideoDescriptor](API\Plugins\AVCodecsCore\Video\FVideoDescriptor) const & GetDescriptor() const
[]
FVideoPacket
/Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/Video/VideoPacket.h
Video-specific packet container.
AVCodecsCore
struct FVideoPacket : public [FAVPacket](API\Plugins\AVCodecsCore\FAVPacket)
[ { "type": "uint8: 1", "name": "bIsKeyframe", "description": "Whether this frame is a keyframe." }, { "type": "uint32", "name": "QP", "description": "QP that the raw data was encoded with." } ]
FVideoResource::GetSize
/Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/Video/VideoResource.h
Get the Size in bytes of our Resource.
AVCodecsCore
uint32 GetSize() const
[]
FVideoResource::GetFormat
/Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/Video/VideoResource.h
Get the format of our data.
AVCodecsCore
[EVideoFormat](API\Plugins\AVCodecsCore\Video\EVideoFormat) GetFormat() const
[]
FVideoResource::GetHeight
/Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/Video/VideoResource.h
Get the height of our data.
AVCodecsCore
uint32 GetHeight() const
[]
FVideoResource::GetRawDescriptor
/Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/Video/VideoResource.h
Get the descriptor of our video data in device memory.
AVCodecsCore
[FVideoDescriptor](API\Plugins\AVCodecsCore\Video\FVideoDescriptor) const & GetRawDescriptor() const
[]
FVideoResource::GetWidth
/Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/Video/VideoResource.h
Get the width of our data.
AVCodecsCore
uint32 GetWidth() const
[]
FVideoResource::FVideoResource
/Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/Video/VideoResource.h
AVCodecsCore
FVideoResource ( [TSharedRef](API\Runtime\Core\Templates\TSharedRef)< [FAVDevice](API\Plugins\AVCodecsCore\FAVDevice) > const & Device, [FAVLayout](API\Plugins\AVCodecsCore\FAVLayout) const & Layout, [FVideoDescriptor](API\Plugins\AVCodecsCore\Video\FVideoDescriptor) const & Descriptor )
[]
FVideoResource::~FVideoResource
/Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/Video/VideoResource.h
AVCodecsCore
virtual ~FVideoResource()
[]
FVideoResource
/Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/Video/VideoResource.h
Base wrapper for a video device resource.
AVCodecsCore
class FVideoResource : public [FAVResource](API\Plugins\AVCodecsCore\FAVResource)
[]
operator==
/Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/Video/VideoResource.h
AVCodecsCore
bool operator== ( EPixelFormat LHS, [EVideoFormat](API\Plugins\AVCodecsCore\Video\EVideoFormat) RHS )
[]
operator==
/Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/Video/VideoResource.h
AVCodecsCore
bool operator== ( [EVideoFormat](API\Plugins\AVCodecsCore\Video\EVideoFormat) LHS, EPixelFormat RHS )
[]
operator!=
/Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/Video/VideoResource.h
AVCodecsCore
bool operator!= ( EPixelFormat LHS, [EVideoFormat](API\Plugins\AVCodecsCore\Video\EVideoFormat) RHS )
[]
operator!=
/Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/Video/VideoResource.h
AVCodecsCore
bool operator!= ( [EVideoFormat](API\Plugins\AVCodecsCore\Video\EVideoFormat) LHS, EPixelFormat RHS )
[]
FVideoContextCPU::FVideoContextCPU
/Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/Video/Resources/VideoResourceCPU.h
AVCodecsCore
FVideoContextCPU()
[]
FVideoContextCPU
/Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/Video/Resources/VideoResourceCPU.h
CPU video context and resource.
AVCodecsCore
class FVideoContextCPU : public [FAVContext](API\Plugins\AVCodecsCore\FAVContext)
[]
FVideoContextVulkan::FVideoContextVulkan
/Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/Video/Resources/VideoResourceVulkan.h
AVCodecsCore
FVideoContextVulkan ( VkInstance const & Instance, VkDevice const & Device, VkPhysicalDevice const & PhysicalDevice, [TFunction](API\Runtime\Core\GenericPlatform\TFunction)< PFN_vkVoidFunction(const char *)> const & GetDeviceProcAddrFunc )
[]
FVideoContextVulkan
/Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/Video/Resources/VideoResourceVulkan.h
Vulkan platform video context and resource.
AVCodecsCore
class FVideoContextVulkan : public [FAVContext](API\Plugins\AVCodecsCore\FAVContext)
[ { "type": "VkDevice", "name": "Device", "description": "" }, { "type": "VkInstance", "name": "Instance", "description": "" }, { "type": "VkPhysicalDevic...", "name": "PhysicalDevice", "description": "" }, { "type": "TFunction< PFN_...", "name": "vkGetDeviceProcAddr", "description": "" } ]
FVideoResourceCPU::GetRaw
/Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/Video/Resources/VideoResourceCPU.h
AVCodecsCore
[TSharedPtr](API\Runtime\Core\Templates\TSharedPtr)< uint8 > const & GetRaw() const
[]
FVideoResourceCPU::Validate
/Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/Video/Resources/VideoResourceCPU.h
FAVResult.
AVCodecsCore
virtual [FAVResult](API\Plugins\AVCodecsCore\FAVResult) Validate() const
[]