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
Functions
Public
See Also