Navigation
API > API/Plugins > API/Plugins/AVCodecsCore > API/Plugins/AVCodecsCore/Video
Inheritance Hierarchy
- TDomain< TResource >
- TAVCoder
- TVideoEncoder<>
References
| Module | AVCodecsCore |
| Header | /Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/Video/VideoEncoder.h |
| Include | #include "Video/VideoEncoder.h" |
Syntax
template<>
class TVideoEncoder<> : public TAVCoder< TVideoEncoder >
Remarks
Video encoder with a factory.
Functions
| Type | Name | Description | |
|---|---|---|---|
| FVideoEncoderConfig | Get generic configuration values. | ||
| FAVResult | ReceivePacket
(
FVideoPacket& OutPacket |
Read a finished packet out of the codec. | |
| FAVResult | ReceivePackets
(
TArray< FVideoPacket >& OutPackets |
Read all finished packets out of the codec. | |
| void | SetMinimalConfig
(
FVideoEncoderConfig const& MinimalConfig |
Set generic configuration values. |
See Also
TAVCodec