Navigation
API > API/Plugins > API/Plugins/AVCodecsCore
Video decoder with a factory, that supports typesafe resource handling and configuration.
| 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<typename TResource, typename TConfig>
class TVideoDecoder : public TAVCoder< TVideoDecoder, void, void >
Inheritance Hierarchy
- TDomain< TResource > → TAVCoder → TVideoDecoder
Derived Classes
Classes
| Name | Remarks |
|---|---|
| TWrapper | Wrapper decoder that transforms resource/config types for use with a differently typed child decoder. |
Class Specializations
| Name | Remarks |
|---|---|
| TVideoDecoder< TResource > | Video decoder with a factory, that supports typesafe resource handling. |
| TVideoDecoder<> | Video decoder with a factory. |
Functions
Public
See Also
- TAVCodec