Navigation
API > API/Runtime > API/Runtime/AVEncoder
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void AVEncoder::Register
(
const FVideoDecoderInfo& InInfo, |
Register a decoder so that it can be iterated and created | VideoDecoderFactory.h | |
void AVEncoder::Register
(
const FVideoEncoderInfo& InInfo, |
Register an encoder so that it can be iterated and created | VideoEncoderFactory.h |
AVEncoder::Register(const FVideoDecoderInfo &, const CreateDecoderCallback &)
Description
Register a decoder so that it can be iterated and created
| Name | AVEncoder::Register |
| Type | function |
| Header File | /Engine/Source/Runtime/AVEncoder/Public/VideoDecoderFactory.h |
| Include Path | #include "VideoDecoderFactory.h" |
namespace AVEncoder
{
void AVEncoder::Register
(
const FVideoDecoderInfo & InInfo,
const CreateDecoderCallback & InCreateDecoder
)
}
AVEncoder::Register(const FVideoEncoderInfo &, const CreateEncoderCallback &)
Description
Register an encoder so that it can be iterated and created
| Name | AVEncoder::Register |
| Type | function |
| Header File | /Engine/Source/Runtime/AVEncoder/Public/VideoEncoderFactory.h |
| Include Path | #include "VideoEncoderFactory.h" |
namespace AVEncoder
{
void AVEncoder::Register
(
const FVideoEncoderInfo & InInfo,
const CreateEncoderCallback & InCreateEncoder
)
}