Navigation
API > API/Plugins > API/Plugins/AVCodecsCore > API/Plugins/AVCodecsCore/Audio
References
| Module | AVCodecsCore |
| Header | /Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/Audio/AudioEncoder.h |
| Include | #include "Audio/AudioEncoder.h" |
Syntax
template<typename TResource>
class TAudioEncoder< TResource >
Remarks
Audio encoder with a factory, that supports typesafe resource handling.
Functions
| Type | Name | Description | |
|---|---|---|---|
| FAVResult | FlushAndReceivePackets
(
TArray< FAudioPacket >& OutPackets |
Flush remaining packets and invalidate the underlying architecture. | |
| FAVResult | FlushPackets () |
Flush remaining packets and invalidate the underlying architecture. | |
| FAVResult | SendFrame
(
TSharedPtr< TResource > const& Resource, |
Send a frame to the underlying codec architecture. |
See Also
TAVCodec