Navigation
API > API/Plugins > API/Plugins/AVCodecsCore > API/Plugins/AVCodecsCore/Video
References
| Module | AVCodecsCore |
| Header | /Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/Video/VideoEncoder.h |
| Include | #include "Video/VideoEncoder.h" |
Syntax
template<typename TResource>
class TVideoEncoder< TResource >
Remarks
Video encoder with a factory, that supports typesafe resource handling.
Functions
| Type | Name | Description | |
|---|---|---|---|
| FAVResult | FlushAndReceivePackets
(
TArray< FVideoPacket >& 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