Navigation
API > API/Plugins > API/Plugins/AMFCodecs > API/Plugins/AMFCodecs/Video > API/Plugins/AMFCodecs/Video/Encoders
Inheritance Hierarchy
- TDomain< TResource >
- TAVCoder
- TVideoEncoder
- TVideoEncoderAMF
References
| Module | AMFCodecs |
| Header | /Engine/Plugins/Experimental/AVCodecs/AMFCodecs/Source/AMFCodecs/Public/Video/Encoders/VideoEncoderAMF.h |
| Include | #include "Video/Encoders/VideoEncoderAMF.h" |
Syntax
template<typename TResource>
class TVideoEncoderAMF : public TVideoEncoder< TResource, FVideoEncoderConfigAMF >
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 | ReceivePacket
(
FVideoPacket& OutPacket |
||
| FAVResult | SendFrame
(
amf::AMFSurfacePtr Input, |
||
| FAVResult | SendFrame
(
TSharedPtr< TResource > const& Resource, |
Template |
Overridden from TAVCoder
| Type | Name | Description | |
|---|---|---|---|
| FAVResult | ApplyConfig () |
Force any pending configuration to apply. |