Navigation
API > API/Plugins > API/Plugins/AMFCodecs > API/Plugins/AMFCodecs/Video > API/Plugins/AMFCodecs/Video/Decoders
Inheritance Hierarchy
- TDomain< TResource >
- TAVCoder
- TVideoDecoder
- TVideoDecoderAMF
References
| Module | AMFCodecs |
| Header | /Engine/Plugins/Experimental/AVCodecs/AMFCodecs/Source/AMFCodecs/Public/Video/Decoders/VideoDecoderAMF.h |
| Include | #include "Video/Decoders/VideoDecoderAMF.h" |
Syntax
template<typename TResource>
class TVideoDecoderAMF : public TVideoDecoder< TResource, FVideoDecoderConfigAMF >
Variables
| Type | Name | Description | |
|---|---|---|---|
| amf::AMFContextPtr | Context |
Constructors
| Type | Name | Description | |
|---|---|---|---|
Destructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | Close () |
||
| bool | |||
| bool | IsOpen () |
||
| FAVResult | Open
(
TSharedRef< FAVDevice > const& NewDevice, |
||
| FAVResult | ReceiveFrame
(
TResolvableVideoResource< TResource >& InOutResource |
Read a finished frame out of the codec. | |
| FAVResult | SendPacket
(
FVideoPacket const& Packet |
Template |
Overridden from TAVCoder
| Type | Name | Description | |
|---|---|---|---|
| FAVResult | ApplyConfig () |
Force any pending configuration to apply. |