Navigation
API > API/Plugins > API/Plugins/AMFCodecs
| Name | TVideoDecoderAMF |
| Type | class |
| Header File | /Engine/Plugins/Experimental/AVCodecs/AMFCodecs/Source/AMFCodecs/Public/Video/Decoders/VideoDecoderAMF.h |
| Include Path | #include "Video/Decoders/VideoDecoderAMF.h" |
Syntax
template<typename TResource>
class TVideoDecoderAMF : public TVideoDecoder< TResource, FVideoDecoderConfigAMF >
Inheritance Hierarchy
- TVideoDecoder< TResource, FVideoDecoderConfigAMF > → TVideoDecoderAMF
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TVideoDecoderAMF() |
Video/Decoders/VideoDecoderAMF.h |
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual ~TVideoDecoderAMF() |
Video/Decoders/VideoDecoderAMF.h |
Structs
| Name | Remarks |
|---|---|
| FFrame |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Context | amf::AMFContextPtr | Video/Decoders/VideoDecoderAMF.h |
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Decoder | amf::AMFComponentPtr | Video/Decoders/VideoDecoderAMF.h | ||
| Frames | TQueue< FFrame > | Video/Decoders/VideoDecoderAMF.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual FAVResult ApplyConfig() |
Video/Decoders/VideoDecoderAMF.h | ||
virtual void Close() |
Video/Decoders/VideoDecoderAMF.h | ||
bool IsInitialized() |
Video/Decoders/VideoDecoderAMF.h | ||
virtual bool IsOpen() |
Video/Decoders/VideoDecoderAMF.h | ||
virtual FAVResult Open
(
TSharedRef< FAVDevice > const& NewDevice, |
Video/Decoders/VideoDecoderAMF.h | ||
virtual FAVResult ReceiveFrame
(
TResolvableVideoResource< TResource >& InOutResource |
Video/Decoders/VideoDecoderAMF.h | ||
virtual FAVResult SendPacket
(
FVideoPacket const& Packet |
Template |
Video/Decoders/VideoDecoderAMF.h |