![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <VideoDecoderH264_Windows.h>
Inheritance diagram for AVEncoder::FVideoDecoderH264_Windows:Public Member Functions | |
| virtual bool | Setup (const FInit &InInit)=0 |
| virtual EDecodeResult | Decode (const FVideoDecoderInput *InInput)=0 |
| virtual PRAGMA_ENABLE_DEPRECATION_WARNINGS void | Shutdown ()=0 |
Static Public Member Functions | |
| static PRAGMA_DISABLE_DEPRECATION_WARNINGS void | Register (FVideoDecoderFactory &InFactory) |
Static Public Member Functions inherited from AVEncoder::FVideoDecoderH264_Impl | |
| static PRAGMA_DISABLE_DEPRECATION_WARNINGS void | Register (FVideoDecoderFactory &InFactory) |
Protected Member Functions | |
| virtual | ~FVideoDecoderH264_Windows ()=default |
Protected Member Functions inherited from AVEncoder::FVideoDecoderH264_Impl | |
| virtual PRAGMA_DISABLE_DEPRECATION_WARNINGS | ~FVideoDecoderH264_Impl ()=default |
|
protectedvirtualdefault |
|
pure virtual |
Implements AVEncoder::FVideoDecoderH264_Impl.
Implemented in AVEncoder::FVideoDecoderH264_WindowsImpl.
|
static |
Registers this decoder with the decoder factory.
Implements AVEncoder::FVideoDecoderH264_Impl.
Implemented in AVEncoder::FVideoDecoderH264_WindowsImpl.
|
pure virtual |
Implements AVEncoder::FVideoDecoderH264_Impl.
Implemented in AVEncoder::FVideoDecoderH264_WindowsImpl.