Navigation
API > API/Plugins > API/Plugins/AVCodecsCore
Audio encoder with a factory, that supports typesafe resource handling.
| Name | TAudioEncoder< TResource > |
| 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>
class TAudioEncoder< TResource >
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FAVResult FlushAndReceivePackets
(
TArray< FAudioPacket >& OutPackets |
Flush remaining packets and invalidate the underlying architecture. | Audio/AudioEncoder.h | |
| Flush remaining packets and invalidate the underlying architecture. | Audio/AudioEncoder.h | ||
FAVResult SendFrame
(
TSharedPtr< TResource > const& Resource, |
Send a frame to the underlying codec architecture. | Audio/AudioEncoder.h |
See Also
- TAVCodec