Navigation
API > API/Plugins > API/Plugins/LibVpxCodecs > API/Plugins/LibVpxCodecs/Video > API/Plugins/LibVpxCodecs/Video/Decoders
Inheritance Hierarchy
- TDomain< TResource >
- TAVCoder
- TVideoDecoder
- TVideoDecoderLibVpxVP9
References
| Module | LibVpxCodecs |
| Header | /Engine/Plugins/Experimental/AVCodecs/LibVpxCodecs/Source/LibVpxCodecs/Public/Video/Decoders/VideoDecoderLibVpxVP9.h |
| Include | #include "Video/Decoders/VideoDecoderLibVpxVP9.h" |
Syntax
template<typename TResource>
class TVideoDecoderLibVpxVP9 : public TVideoDecoder< TResource, FVideoDecoderConfigLibVpx >
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 |
||
| FAVResult | SendPacket
(
FVideoPacket const& Packet |
Overridden from TAVCoder
| Type | Name | Description | |
|---|---|---|---|
| FAVResult | ApplyConfig () |
Force any pending configuration to apply. |