Navigation
API > API/Plugins > API/Plugins/AVCodecsCore > API/Plugins/AVCodecsCore/TVideoEncoder_1
Description
Read all finished packets out of the codec.
| Name | ReceivePackets |
| Type | function |
| Header File | /Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/Video/VideoEncoder.h |
| Include Path | #include "Video/VideoEncoder.h" |
virtual FAVResult ReceivePackets
(
TArray < FVideoPacket > & OutPackets
)
Result of the operation,
Parameters
| Name | Remarks |
|---|---|
| OutPackets | Output array of completed packets. |