Navigation
API > API/Plugins > API/Plugins/AVCodecsCore > API/Plugins/AVCodecsCore/Video
Inheritance Hierarchy
- TDomain< TResource >
- TAVCoder
- TVideoDecoder
- FVideoDecoderNVDEC
- TVideoDecoderAMF
- TVideoDecoderLibVpxVP8
- TVideoDecoderLibVpxVP9
- TVideoDecoderRHI
References
| Module | AVCodecsCore |
| Header | /Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/Video/VideoDecoder.h |
| Include | #include "Video/VideoDecoder.h" |
Syntax
template<typename TResource, typename TConfig>
class TVideoDecoder : public TAVCoder< TVideoDecoder, void, void >
Remarks
Video decoder with a factory, that supports typesafe resource handling and configuration.
Specializations
TVideoDecoder< TResource >
TVideoDecoder<>
Functions
| Type | Name | Description | |
|---|---|---|---|
| FVideoDecoderConfig | Get generic configuration values. | ||
| void | SetMinimalConfig
(
FVideoDecoderConfig const& MinimalConfig |
Set generic configuration values. |
Classes
| Type | Name | Description | |
|---|---|---|---|
| TWrapper | Wrapper decoder that transforms resource/config types for use with a differently typed child decoder. |
See Also
TAVCodec