Navigation
API > API/Runtime > API/Runtime/AVEncoder
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool AVEncoder::GetInfo
(
uint32 InID, |
VideoDecoderFactory.h | ||
bool AVEncoder::GetInfo
(
uint32 InID, |
VideoEncoderFactory.h |
AVEncoder::GetInfo(uint32, FVideoDecoderInfo &)
| Name | AVEncoder::GetInfo |
| Type | function |
| Header File | /Engine/Source/Runtime/AVEncoder/Public/VideoDecoderFactory.h |
| Include Path | #include "VideoDecoderFactory.h" |
namespace AVEncoder
{
bool AVEncoder::GetInfo
(
uint32 InID,
FVideoDecoderInfo & OutInfo
) const
}
AVEncoder::GetInfo(uint32, FVideoEncoderInfo &)
| Name | AVEncoder::GetInfo |
| Type | function |
| Header File | /Engine/Source/Runtime/AVEncoder/Public/VideoEncoderFactory.h |
| Include Path | #include "VideoEncoderFactory.h" |
namespace AVEncoder
{
bool AVEncoder::GetInfo
(
uint32 InID,
FVideoEncoderInfo & OutInfo
) const
}