Navigation
API > API/Plugins > API/Plugins/AVCodecsCore
Audio decoder with a factory, that supports typesafe resource handling.
| Name | TAudioDecoder< TResource > |
| 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>
class TAudioDecoder< TResource >
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FAVResult ReceiveFrame
(
TResolvableAudioResource< TResource >& InOutResource |
Read a finished frame out of the codec. | Audio/AudioDecoder.h |
See Also
- TAVCodec