Navigation
API > API/Runtime > API/Runtime/AVEncoder
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool AVEncoder::Setup
(
const FInit& InInit |
Setup | VideoDecoder.h | |
virtual PRAGMA_DISABLE_DEPRECATION_WARNINGS bool AVEncoder::Setup
(
TSharedRef< FVideoEncoderInput > input, |
VideoEncoder.h |
AVEncoder::Setup(const FInit &)
Description
Setup
| Name | AVEncoder::Setup |
| Type | function |
| Header File | /Engine/Source/Runtime/AVEncoder/Public/VideoDecoder.h |
| Include Path | #include "VideoDecoder.h" |
namespace AVEncoder
{
bool AVEncoder::Setup
(
const FInit & InInit
)
}
AVEncoder::Setup(TSharedRef< FVideoEncoderInput >, FLayerConfig const &)
| Name | AVEncoder::Setup |
| Type | function |
| Header File | /Engine/Source/Runtime/AVEncoder/Public/VideoEncoder.h |
| Include Path | #include "VideoEncoder.h" |
namespace AVEncoder
{
virtual PRAGMA_DISABLE_DEPRECATION_WARNINGS bool AVEncoder::Setup
(
TSharedRef < FVideoEncoderInput > input,
FLayerConfig const & config
)
}