Navigation
API > API/Plugins > API/Plugins/AVCodecsCore
Video decoder with a factory.
| Name | TVideoDecoder<> |
| Type | class |
| Header File | /Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/Video/VideoDecoder.h |
| Include Path | #include "Video/VideoDecoder.h" |
Syntax
template<>
class TVideoDecoder<> : public TAVCoder< TVideoDecoder >
Inheritance Hierarchy
- TDomain< TResource > → TAVCoder → TVideoDecoder<>
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| Flush remaining frames and invalidate the underlying architecture. | Video/VideoDecoder.h | ||
FVideoDecoderConfig GetMinimalConfig() |
Get generic configuration values. | Video/VideoDecoder.h | |
FAVResult SendPacket
(
FVideoPacket const& Packet |
Send a packet to the underlying codec architecture. | Video/VideoDecoder.h | |
void SetMinimalConfig
(
FVideoDecoderConfig const& MinimalConfig |
Set generic configuration values. | Video/VideoDecoder.h |
See Also
- TAVCodec