Navigation
API > API/Plugins > API/Plugins/AVCodecsCore
Audio encoder with a factory, that supports typesafe resource handling and configuration.
| Name | TAudioEncoder |
| Type | class |
| Header File | /Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/Audio/AudioEncoder.h |
| Include Path | #include "Audio/AudioEncoder.h" |
Syntax
template<typename TResource, typename TConfig>
class TAudioEncoder : public TAVCoder< TAudioEncoder, void, void >
Inheritance Hierarchy
- TDomain< TResource > → TAVCoder → TAudioEncoder
Classes
| Name | Remarks |
|---|---|
| TWrapper | Wrapper encoder that transforms resource/config types for use with a differently typed child encoder. |
Class Specializations
| Name | Remarks |
|---|---|
| TAudioEncoder< TResource > | Audio encoder with a factory, that supports typesafe resource handling. |
| TAudioEncoder<> | Audio encoder with a factory. |
Functions
Public
See Also
- TAVCodec