Navigation
API > API/Plugins > API/Plugins/AVCodecsCore
Audio decoder with a factory, that supports typesafe resource handling and configuration.
| |
|
| Name |
TAudioDecoder |
| Type |
class |
| Header File |
/Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/Audio/AudioDecoder.h |
| Include Path |
#include "Audio/AudioDecoder.h" |
Syntax
template<typename TResource, typename TConfig>
class TAudioDecoder : public TAVCoder< TAudioDecoder, void, void >
Inheritance Hierarchy
- TDomain< TResource > → TAVCoder → TAudioDecoder
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