Navigation
API > API/Plugins > API/Plugins/AVCodecsCore > API/Plugins/AVCodecsCore/TAudioEncoder_1
Description
Read a finished packet out of the codec.
| Name | ReceivePacket |
| Type | function |
| Header File | /Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/Audio/AudioEncoder.h |
| Include Path | #include "Audio/AudioEncoder.h" |
FAVResult ReceivePacket
(
FAudioPacket & OutPacket
)
Result of the operation,
Parameters
| Name | Remarks |
|---|---|
| OutPacket | Output packet if one is complete. |