Navigation
API > API/Plugins > API/Plugins/AVCodecsCore > API/Plugins/AVCodecsCore/Audio
Inheritance Hierarchy
- TDomain< TResource >
- TAVCoder
- TAudioDecoder
References
| Module | AVCodecsCore |
| Header | /Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/Audio/AudioDecoder.h |
| Include | #include "Audio/AudioDecoder.h" |
Syntax
template<typename TResource, typename TConfig>
class TAudioDecoder : public TAVCoder< TAudioDecoder, TResource, TConfig >
Remarks
Audio decoder with a factory, that supports typesafe resource handling and configuration.
Specializations
TAudioDecoder< TResource >
TAudioDecoder<>
Functions
| Type | Name | Description | |
|---|---|---|---|
| FAudioDecoderConfig | Get generic configuration values. | ||
| void | SetMinimalConfig
(
FAudioDecoderConfig 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