Navigation
API > API/Plugins > API/Plugins/LibVpxCodecs > API/Plugins/LibVpxCodecs/Video > API/Plugins/LibVpxCodecs/Video/Encoders
Inheritance Hierarchy
- TDomain< TResource >
- TAVCoder
- TVideoEncoder
- TVideoEncoderLibVpxVP9
References
| Module | LibVpxCodecs |
| Header | /Engine/Plugins/Experimental/AVCodecs/LibVpxCodecs/Source/LibVpxCodecs/Public/Video/Encoders/VideoEncoderLibVpxVP9.h |
| Include | #include "Video/Encoders/VideoEncoderLibVpxVP9.h" |
Syntax
template<typename TResource>
class TVideoEncoderLibVpxVP9 : public TVideoEncoder< TResource, FVideoEncoderConfigLibVpx >
Constructors
| Type | Name | Description | |
|---|---|---|---|
Destructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | Close () |
||
| void | GetEncodedLayerFrame
(
const vpx_codec_cx_pkt* Packet |
||
| bool | |||
| bool | IsOpen () |
||
| FAVResult | Open
(
TSharedRef< FAVDevice > const& NewDevice, |
||
| FAVResult | ReceivePacket
(
FVideoPacket& OutPacket |
||
| FAVResult | SendFrame
(
TSharedPtr< FVideoResourceCPU > const& Resource, |
Overridden from TAVCoder
| Type | Name | Description | |
|---|---|---|---|
| FAVResult | ApplyConfig () |
Force any pending configuration to apply. |
Enums
| Type | Name | Description | |
|---|---|---|---|
| EFrameType |