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
|
---|---|---|---|---|---|
FAVResource::Validate | /Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/AVResource.h | FAVResult. | AVCodecsCore | virtual [FAVResult](API\Plugins\AVCodecsCore\FAVResult) Validate() const | [] |
FAVResource::FAVResource | /Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/AVResource.h | AVCodecsCore | FAVResource ( [TSharedRef](API\Runtime\Core\Templates\TSharedRef)< [FAVDevice](API\Plugins\AVCodecsCore\FAVDevice) > const & Device, [FAVLayout](API\Plugins\AVCodecsCore\FAVLayout) const & Layout ) | [] |
|
FAVResource::~FAVResource | /Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/AVResource.h | AVCodecsCore | virtual ~FAVResource() | [] |
|
FAVResource | /Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/AVResource.h | Base wrapper for an immutable device resource. Bundles necessary data that may not be easily retrieved on without an RHI, such as size on device. If the underlying device resource must change, this resource wrapper must be recreated. | AVCodecsCore | class FAVResource | [] |
EMPTY_VENDOR_VALUE | /Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/AVResult.h | AVCodecsCore | static int32 constexpr EMPTY_VENDOR_VALUE = TNumericLimits<int32>::Min(); | [] |
|
FAVResult::Handle | /Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/AVResult.h | Flag this result as handled, so that it won't be logged. | AVCodecsCore | [FAVResult](API\Plugins\AVCodecsCore\FAVResult) & Handle() | [] |
FAVResult::IsError | /Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/AVResult.h | True if AV result code is in the range of Error. | AVCodecsCore | FORCEINLINEbool IsError() const | [] |
FAVResult::IsFatal | /Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/AVResult.h | True if AV result code is in the range of Fatal. | AVCodecsCore | FORCEINLINEbool IsFatal() const | [] |
FAVResult::IsNotError | /Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/AVResult.h | True if AV result code is NOT in the range of Error. | AVCodecsCore | FORCEINLINEbool IsNotError() const | [] |
FAVResult::IsNotFatal | /Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/AVResult.h | True if AV result code is NOT in the range of Fatal. | AVCodecsCore | FORCEINLINEbool IsNotFatal() const | [] |
FAVResult::IsPending | /Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/AVResult.h | True if AV result code is in the range of Pending. | AVCodecsCore | FORCEINLINEbool IsPending() const | [] |
FAVResult::IsNotWarning | /Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/AVResult.h | True if AV result code is NOT in the range of Warning. | AVCodecsCore | FORCEINLINEbool IsNotWarning() const | [] |
FAVResult::IsNotPending | /Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/AVResult.h | True if AV result code is NOT in the range of Pending. | AVCodecsCore | FORCEINLINEbool IsNotPending() const | [] |
FAVResult::IsNotSuccess | /Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/AVResult.h | True if AV result code is NOT in the range of Success. | AVCodecsCore | FORCEINLINEbool IsNotSuccess() const | [] |
FAVResult::IsSuccess | /Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/AVResult.h | True if AV result code is in the range of Success. | AVCodecsCore | FORCEINLINEbool IsSuccess() const | [] |
FAVResult::IsWarning | /Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/AVResult.h | True if AV result code is in the range of Warning. | AVCodecsCore | FORCEINLINEbool IsWarning() const | [] |
FAVResult::Log | /Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/AVResult.h | Logs this result to the internal AVCodecCore log category. | AVCodecsCore | void Log() const | [] |
FAVResult::Log | /Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/AVResult.h | Statically log a result without constructing and returning it. | AVCodecsCore | static FORCEINLINEvoid Log ( [EAVResult](API\Plugins\AVCodecsCore\EAVResult) Value, [FString](API\Runtime\Core\Containers\FString) const & Message, [FString](API\Runtime\Core\Containers\FString) const & Vendor, int32 VendorValue ) | [] |
FAVResult::operator bool | /Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/AVResult.h | AVCodecsCore | FORCEINLINE operator bool() const | [] |
|
FAVResult::operator= | /Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/AVResult.h | AVCodecsCore | FORCEINLINE[FAVResult](API\Plugins\AVCodecsCore\FAVResult) & operator= ( [FAVResult](API\Plugins\AVCodecsCore\FAVResult) const & From ) | [] |
|
FAVResult::operator!= | /Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/AVResult.h | AVCodecsCore | FORCEINLINEbool operator!= ( [EAVResult](API\Plugins\AVCodecsCore\EAVResult) OtherValue ) const | [] |
|
FAVResult::operator== | /Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/AVResult.h | AVCodecsCore | FORCEINLINEbool operator== ( [EAVResult](API\Plugins\AVCodecsCore\EAVResult) OtherValue ) const | [] |
|
FAVResult::ToString | /Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/AVResult.h | Convert this error into a readable string.
Pretty string. | AVCodecsCore | [FString](API\Runtime\Core\Containers\FString) ToString() const | [] |
FAVResult::FAVResult | /Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/AVResult.h | AVCodecsCore | FAVResult() | [] |
|
FAVResult::FAVResult | /Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/AVResult.h | AVCodecsCore | FAVResult ( [FAVResult](API\Plugins\AVCodecsCore\FAVResult) const & From ) | [] |
|
FAVResult::FAVResult | /Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/AVResult.h | AVCodecsCore | FAVResult ( [EAVResult](API\Plugins\AVCodecsCore\EAVResult) Value, [FString](API\Runtime\Core\Containers\FString) const & Message, [FString](API\Runtime\Core\Containers\FString) const & Vendor, int32 VendorValue ) | [] |
|
FAVResult::~FAVResult | /Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/AVResult.h | AVCodecsCore | ~FAVResult() | [] |
|
FAVResult | /Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/AVResult.h | Primary AV result type. Contains a result code, an optional message, and optional specific data about the platform vendor where the error occured. Automatically logs on warning and lower if not handled. | AVCodecsCore | struct FAVResult | [
{
"type": "uint8: 1",
"name": "bHandled",
"description": "Bitflag for whether this result has been handled (or whether is still must be logged)."
},
{
"type": "FString",
"name": "Message",
"description": "Optional message alongside AV result code."
},
{
"type": "EAVResult",
"name": "Value",
"description": "AV result code."
},
{
"type": "FString",
"name": "Vendor",
"description": "Optional vendor where this error occured."
},
{
"type": "int32",
"name": "VendorValue",
"description": "Optional result code supplied by the vendor."
}
] |
FTypeID::Get | /Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/AVUtility.h | FTypeID::Get< amf::AMFSurfacePtr > | AVCodecsCore | template<typename TType> static [FTypeID](API\Plugins\AVCodecsCore\FTypeID) Get() | [] |
FAVResult | /Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/AVResult.h | returnFAVResult(EAVResult::ErrorInvalidState, TEXT("Decoder is not open")); /** | AVCodecsCore | *return FAVResult ( [EAVResult::ErrorCreating](API\Plugins\AVCodecsCore\EAVResult), TEXT("Could not create encoder"), TEXT("NVENC"), NvencErrorCode ) | [] |
FTypeID::Get | /Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Private/Video/Resources/VideoResourceCPU.cpp | AVCodecsCore | template<> [FTypeID](API\Plugins\AVCodecsCore\FTypeID) Get() | [] |
|
FTypeID::Get | /Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Private/Video/Resources/VideoResourceVulkan.cpp | AVCodecsCore | template<> [FTypeID](API\Plugins\AVCodecsCore\FTypeID) Get() | [] |
|
FTypeID::Get | /Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Private/Video/Resources/VideoResourceVulkan.cpp | AVCodecsCore | template<> [FTypeID](API\Plugins\AVCodecsCore\FTypeID) Get() | [] |
|
FTypeID::Get | /Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Private/Video/Decoders/Configs/VideoDecoderConfigH264.cpp | AVCodecsCore | template<> [FTypeID](API\Plugins\AVCodecsCore\FTypeID) Get() | [] |
|
FTypeID::Get | /Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Private/Video/Decoders/Configs/VideoDecoderConfigH265.cpp | AVCodecsCore | template<> [FTypeID](API\Plugins\AVCodecsCore\FTypeID) Get() | [] |
|
FTypeID::Get | /Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Private/Video/Encoders/Configs/VideoEncoderConfigH265.cpp | AVCodecsCore | template<> [FTypeID](API\Plugins\AVCodecsCore\FTypeID) Get() | [] |
|
FTypeID::Get | /Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/Audio/AudioDecoder.h | AVCodecsCore | template<> AVCODECSCORE_API [FTypeID](API\Plugins\AVCodecsCore\FTypeID) Get() | [] |
|
FTypeID::Get | /Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/Audio/AudioEncoder.h | AVCodecsCore | template<> AVCODECSCORE_API [FTypeID](API\Plugins\AVCodecsCore\FTypeID) Get() | [] |
|
FTypeID::Get | /Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/Video/VideoDecoder.h | AVCodecsCore | template<> AVCODECSCORE_API [FTypeID](API\Plugins\AVCodecsCore\FTypeID) Get() | [] |
|
FTypeID::Get | /Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Private/Audio/AudioDecoder.cpp | AVCodecsCore | template<> [FTypeID](API\Plugins\AVCodecsCore\FTypeID) Get() | [] |
|
FTypeID::Get | /Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/Video/VideoEncoder.h | AVCodecsCore | template<> AVCODECSCORE_API [FTypeID](API\Plugins\AVCodecsCore\FTypeID) Get() | [] |
|
FTypeID::Get | /Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Private/Video/Encoders/Configs/VideoEncoderConfigH264.cpp | AVCodecsCore | template<> [FTypeID](API\Plugins\AVCodecsCore\FTypeID) Get() | [] |
|
FTypeID::Get | /Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/Audio/Resources/AudioResourceCPU.h | AVCodecsCore | template<> AVCODECSCORE_API [FTypeID](API\Plugins\AVCodecsCore\FTypeID) Get() | [] |
|
FTypeID::Get | /Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/Audio/Resources/AudioResourceCPU.h | AVCodecsCore | template<> AVCODECSCORE_API [FTypeID](API\Plugins\AVCodecsCore\FTypeID) Get() | [] |
|
FTypeID::Get | /Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/Video/Resources/VideoResourceCPU.h | AVCodecsCore | template<> AVCODECSCORE_API [FTypeID](API\Plugins\AVCodecsCore\FTypeID) Get() | [] |
|
FTypeID::Get | /Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/Video/Resources/VideoResourceCPU.h | AVCodecsCore | template<> AVCODECSCORE_API [FTypeID](API\Plugins\AVCodecsCore\FTypeID) Get() | [] |
|
FTypeID::Get | /Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/Audio/Encoders/Configs/AudioEncoderConfigAAC.h | AVCodecsCore | template<> AVCODECSCORE_API [FTypeID](API\Plugins\AVCodecsCore\FTypeID) Get() | [] |
|
FTypeID::Get | /Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/Video/Resources/VideoResourceVulkan.h | AVCodecsCore | template<> AVCODECSCORE_API [FTypeID](API\Plugins\AVCodecsCore\FTypeID) Get() | [] |
|
FTypeID::Get | /Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/Video/Decoders/Configs/VideoDecoderConfigH264.h | AVCodecsCore | template<> AVCODECSCORE_API [FTypeID](API\Plugins\AVCodecsCore\FTypeID) Get() | [] |
|
FTypeID::Get | /Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/Video/Resources/VideoResourceVulkan.h | AVCodecsCore | template<> AVCODECSCORE_API [FTypeID](API\Plugins\AVCodecsCore\FTypeID) Get() | [] |
|
FTypeID::Get | /Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/Video/Decoders/Configs/VideoDecoderConfigH265.h | AVCodecsCore | template<> AVCODECSCORE_API [FTypeID](API\Plugins\AVCodecsCore\FTypeID) Get() | [] |
|
FTypeID::Get | /Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Private/Audio/AudioEncoder.cpp | AVCodecsCore | template<> [FTypeID](API\Plugins\AVCodecsCore\FTypeID) Get() | [] |
|
FTypeID::Get | /Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/Video/Encoders/Configs/VideoEncoderConfigH264.h | AVCodecsCore | template<> AVCODECSCORE_API [FTypeID](API\Plugins\AVCodecsCore\FTypeID) Get() | [] |
|
FTypeID::Get | /Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/Video/Encoders/Configs/VideoEncoderConfigH265.h | AVCodecsCore | template<> AVCODECSCORE_API [FTypeID](API\Plugins\AVCodecsCore\FTypeID) Get() | [] |
|
FTypeID::Get | /Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCoreRHI/Private/Video/Resources/VideoResourceRHI.cpp | AVCodecsCore | template<> [FTypeID](API\Plugins\AVCodecsCore\FTypeID) Get() | [] |
|
FTypeID::Get | /Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCoreRHI/Private/Video/Resources/VideoResourceRHI.cpp | AVCodecsCore | template<> [FTypeID](API\Plugins\AVCodecsCore\FTypeID) Get() | [] |
|
FTypeID::Get | /Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCoreRHI/Public/Video/Resources/VideoResourceRHI.h | AVCodecsCore | template<> AVCODECSCORERHI_API [FTypeID](API\Plugins\AVCodecsCore\FTypeID) Get() | [] |
|
FTypeID::Get | /Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCoreRHI/Public/Video/Resources/VideoResourceRHI.h | AVCodecsCore | template<> AVCODECSCORERHI_API [FTypeID](API\Plugins\AVCodecsCore\FTypeID) Get() | [] |
|
FTypeID::Get | /Engine/Plugins/Experimental/AVCodecs/NVCodecs/Source/NVCodecs/Private/Video/Resources/VideoResourceCUDA.cpp | AVCodecsCore | template<> [FTypeID](API\Plugins\AVCodecsCore\FTypeID) Get() | [] |
|
FTypeID::Get | /Engine/Plugins/Experimental/AVCodecs/NVCodecs/Source/NVCodecs/Private/Video/Resources/VideoResourceCUDA.cpp | AVCodecsCore | template<> [FTypeID](API\Plugins\AVCodecsCore\FTypeID) Get() | [] |
|
FTypeID::Get | /Engine/Plugins/Experimental/AVCodecs/NVCodecs/Source/NVCodecs/Public/Video/Resources/VideoResourceCUDA.h | AVCodecsCore | template<> NVCODECS_API [FTypeID](API\Plugins\AVCodecsCore\FTypeID) Get() | [] |
|
FTypeID::Get | /Engine/Plugins/Experimental/AVCodecs/NVCodecs/Source/NVCodecs/Public/Video/Resources/VideoResourceCUDA.h | AVCodecsCore | template<> NVCODECS_API [FTypeID](API\Plugins\AVCodecsCore\FTypeID) Get() | [] |
|
FTypeID::Get | /Engine/Plugins/Experimental/AVCodecs/AMFCodecs/Source/AMFCodecs/Private/AMF.cpp | AVCodecsCore | template<> [FTypeID](API\Plugins\AVCodecsCore\FTypeID) Get() | [] |
|
FTypeID::Get | /Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Private/Video/VideoDecoder.cpp | AVCodecsCore | template<> [FTypeID](API\Plugins\AVCodecsCore\FTypeID) Get() | [] |
|
FTypeID::Get | /Engine/Plugins/Experimental/AVCodecs/AMFCodecs/Source/AMFCodecs/Public/AMF.h | AVCodecsCore | template<> AMFCODECS_API [FTypeID](API\Plugins\AVCodecsCore\FTypeID) Get() | [] |
|
FTypeID::Get | /Engine/Plugins/Experimental/AVCodecs/AMFCodecs/Source/AMFCodecs/Private/Video/Decoders/Configs/VideoDecoderConfigAMF.cpp | AVCodecsCore | template<> [FTypeID](API\Plugins\AVCodecsCore\FTypeID) Get() | [] |
|
FTypeID::Get | /Engine/Plugins/Experimental/AVCodecs/AMFCodecs/Source/AMFCodecs/Private/Video/Encoders/Configs/VideoEncoderConfigAMF.cpp | AVCodecsCore | template<> [FTypeID](API\Plugins\AVCodecsCore\FTypeID) Get() | [] |
|
FTypeID::Get | /Engine/Plugins/Experimental/AVCodecs/AMFCodecs/Source/AMFCodecs/Public/Video/Decoders/Configs/VideoDecoderConfigAMF.h | AVCodecsCore | template<> AMFCODECS_API [FTypeID](API\Plugins\AVCodecsCore\FTypeID) Get() | [] |
|
FTypeID::Get | /Engine/Plugins/Experimental/AVCodecs/AMFCodecs/Source/AMFCodecs/Public/Video/Encoders/Configs/VideoEncoderConfigAMF.h | AVCodecsCore | template<> AMFCODECS_API [FTypeID](API\Plugins\AVCodecsCore\FTypeID) Get() | [] |
|
FTypeID::Get | /Engine/Plugins/Experimental/AVCodecs/NVCodecs/Source/NVDEC/Private/Video/Decoders/Configs/VideoDecoderConfigNVDEC.cpp | AVCodecsCore | template<> [FTypeID](API\Plugins\AVCodecsCore\FTypeID) Get() | [] |
|
FTypeID::Get | /Engine/Plugins/Experimental/AVCodecs/NVCodecs/Source/NVDEC/Private/NVDEC.cpp | AVCodecsCore | template<> [FTypeID](API\Plugins\AVCodecsCore\FTypeID) Get() | [] |
|
FTypeID::Get | /Engine/Plugins/Experimental/AVCodecs/NVCodecs/Source/NVDEC/Public/NVDEC.h | AVCodecsCore | template<> NVDEC_API [FTypeID](API\Plugins\AVCodecsCore\FTypeID) Get() | [] |
|
FTypeID::Get | /Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Private/Video/VideoEncoder.cpp | AVCodecsCore | template<> [FTypeID](API\Plugins\AVCodecsCore\FTypeID) Get() | [] |
|
FTypeID::Get | /Engine/Plugins/Experimental/AVCodecs/NVCodecs/Source/NVDEC/Public/Video/Decoders/Configs/VideoDecoderConfigNVDEC.h | AVCodecsCore | template<> NVDEC_API [FTypeID](API\Plugins\AVCodecsCore\FTypeID) Get() | [] |
|
FTypeID::Get | /Engine/Plugins/Experimental/AVCodecs/NVCodecs/Source/NVENC/Private/NVENC.cpp | AVCodecsCore | template<> [FTypeID](API\Plugins\AVCodecsCore\FTypeID) Get() | [] |
|
FTypeID::Get | /Engine/Plugins/Experimental/AVCodecs/NVCodecs/Source/NVENC/Public/NVENC.h | AVCodecsCore | template<> NVENC_API [FTypeID](API\Plugins\AVCodecsCore\FTypeID) Get() | [] |
|
FTypeID::Get | /Engine/Plugins/Experimental/AVCodecs/NVCodecs/Source/NVENC/Private/Video/Encoders/Configs/VideoEncoderConfigNVENC.cpp | AVCodecsCore | template<> [FTypeID](API\Plugins\AVCodecsCore\FTypeID) Get() | [] |
|
FTypeID::Get | /Engine/Plugins/Experimental/AVCodecs/NVCodecs/Source/NVENC/Public/Video/Encoders/Configs/VideoEncoderConfigNVENC.h | AVCodecsCore | template<> NVENC_API [FTypeID](API\Plugins\AVCodecsCore\FTypeID) Get() | [] |
|
FTypeID::Get | /Engine/Plugins/Experimental/AVCodecs/WMFCodecs/Source/WMFCodecs/Private/Audio/Encoders/Configs/AudioEncoderConfigWMF.cpp | AVCodecsCore | template<> UE_COMPILER_THIRD_PARTY_INCLUDES_STARTUE_COMPILER_THIRD_PARTY_INCLUDES_END[FTypeID](API\Plugins\AVCodecsCore\FTypeID) Get() | [] |
|
FTypeID::Get | /Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Private/Audio/Resources/AudioResourceCPU.cpp | AVCodecsCore | template<> [FTypeID](API\Plugins\AVCodecsCore\FTypeID) Get() | [] |
|
FTypeID::Get | /Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Private/Audio/Resources/AudioResourceCPU.cpp | AVCodecsCore | template<> [FTypeID](API\Plugins\AVCodecsCore\FTypeID) Get() | [] |
|
FTypeID::Get | /Engine/Plugins/Experimental/AVCodecs/WMFCodecs/Source/WMFCodecs/Public/Audio/Encoders/Configs/AudioEncoderConfigWMF.h | AVCodecsCore | template<> WMFCODECS_API [FTypeID](API\Plugins\AVCodecsCore\FTypeID) Get() | [] |
|
FTypeID::Get | /Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Private/Audio/Encoders/Configs/AudioEncoderConfigAAC.cpp | AVCodecsCore | template<> [FTypeID](API\Plugins\AVCodecsCore\FTypeID) Get() | [] |
|
FTypeID::Get | /Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Private/Video/Resources/VideoResourceCPU.cpp | AVCodecsCore | template<> [FTypeID](API\Plugins\AVCodecsCore\FTypeID) Get() | [] |
|
FTypeID::operator!= | /Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/AVUtility.h | AVCodecsCore | bool operator!= ( [FTypeID](API\Plugins\AVCodecsCore\FTypeID) const & Other ) const | [] |
|
FTypeID::operator== | /Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/AVUtility.h | AVCodecsCore | bool operator== ( [FTypeID](API\Plugins\AVCodecsCore\FTypeID) const & Other ) const | [] |
|
FTypeID::FTypeID | /Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/AVUtility.h | AVCodecsCore | FTypeID() | [] |
|
FTypeID::FTypeID | /Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/AVUtility.h | Private, require allFTypeID's to be valid. | AVCodecsCore | FTypeID &40; void &42; Raw &41; | [] |
FTypeID | /Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/AVUtility.h | A simple type-erased type identifier, without the use of RTTI or the unreal type system. | AVCodecsCore | struct FTypeID | [] |
IAVCoder::ApplyConfig | /Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/AVCoder.h | FAVResult. | AVCodecsCore | [FAVResult](API\Plugins\AVCodecsCore\FAVResult) ApplyConfig() | [] |
Factories | /Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/AVCoder.h | Type-erased factory list. First level is domain ids, second is resource ids, third is configuration ids. Stored void pointers point to aTArrayof TAVCoder::TFactory's with types matching the domain, resource, and configuration ids. This is declared here to avoid exporting the template types (which can be real dodgy). | AVCodecsCore | static [TMap](API\Runtime\Core\Containers\TMap)< [FTypeID](API\Plugins\AVCodecsCore\FTypeID), [TMap](API\Runtime\Core\Containers\TMap)< [FTypeID](API\Plugins\AVCodecsCore\FTypeID), [TMap](API\Runtime\Core\Containers\TMap)< [FTypeID](API\Plugins\AVCodecsCore\FTypeID), [TSharedPtr](API\Runtime\Core\Templates\TSharedPtr)< void > > > > Factories = TMap<FTypeID, TMap<FTypeID, TMap<FTypeID, TSharedPtr<void>>>>(); | [] |
IAVCoder::Close | /Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/AVCoder.h | Gracefully tear down the underlying coder architecture. | AVCodecsCore | void Close() | [] |
IAVCoder::GetDevice | /Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/AVCoder.h | Get the physical device this coder runs on. | AVCodecsCore | [TSharedPtr](API\Runtime\Core\Templates\TSharedPtr)< [FAVDevice](API\Plugins\AVCodecsCore\FAVDevice) > const & GetDevice() const | [] |
IAVCoder::GetInstance | /Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/AVCoder.h | Get the shared data cache of this coder. | AVCodecsCore | [TSharedPtr](API\Runtime\Core\Templates\TSharedPtr)< [FAVInstance](API\Plugins\AVCodecsCore\FAVInstance) > const & GetInstance() const | [] |
IAVCoder::IsOpen | /Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/AVCoder.h | True if the underlying coder architecture is ready for use. | AVCodecsCore | bool IsOpen() const | [] |
IAVCoder::Open | /Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/AVCoder.h | FAVResult. | AVCodecsCore | [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 ) | [] |
IAVCoder::~IAVCoder | /Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/AVCoder.h | AVCodecsCore | virtual ~IAVCoder() | [] |
|
IAVCoder | /Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/AVCoder.h | Simple base coder interface | AVCodecsCore | class IAVCoder | [] |
ReceivePacket | /Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/AVResult.h | AVCodecsCore | **Highest level allows optional simultaneous return of a value **[TAVResult](API\Plugins\AVCodecsCore\TAVResult)< [FVideoPacket](API\Plugins\AVCodecsCore\Video\FVideoPacket) > ReceivePacket() | [] |
|
TAVCoder::ApplyConfig | /Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/AVCoder.h | FAVResult. | AVCodecsCore | virtual [FAVResult](API\Plugins\AVCodecsCore\FAVResult) ApplyConfig() | [] |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.