Navigation
API > API/Plugins > API/Plugins/AVCodecsCore > API/Plugins/AVCodecsCore/TAudioDecoder
Wrapper decoder that transforms resource/config types for use with a differently typed child decoder.
| Name | TWrapper |
| Type | class |
| Header File | /Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/Audio/AudioDecoder.h |
| Include Path | #include "Audio/AudioDecoder.h" |
Syntax
template<typename TChildResource, typename TChildConfig>
class TWrapper : public TAVCoder< TAudioDecoder, TResource, TConfig >::template TWrapper
Inheritance Hierarchy
- TAVCoder< TAudioDecoder, TResource, TConfig >::template TWrapper → TAudioDecoder::TWrapper
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TWrapper
(
TSharedRef< TAudioDecoder< TChildResource, TChildConfig > > const& Child |
Audio/AudioDecoder.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual FAVResult ReceiveFrame
(
TResolvableAudioResource< TResource >& InOutResource |
Audio/AudioDecoder.h | ||
virtual FAVResult SendPacket
(
FAudioPacket const& Packet |
Audio/AudioDecoder.h |