Navigation
API > API/Plugins > API/Plugins/AjaCore
AJAVideoFormats definition
| Name | AJAVideoFormats |
| Type | struct |
| Header File | /Engine/Plugins/Media/AjaMedia/Source/Aja/Public/AJALib.h |
| Include Path | #include "AJALib.h" |
Syntax
struct AJAVideoFormats
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
AJAVideoFormats
(
int32_t InDeviceId |
AJALib.h | ||
AJAVideoFormats
(
const AJAVideoFormats& |
AJALib.h |
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
~AJAVideoFormats() |
AJALib.h |
Structs
| Name | Remarks |
|---|---|
| VideoFormatDescriptor |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Formats | Private::VideoFormatsScanner * | AJALib.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
int32_t GetNumSupportedFormat() |
AJALib.h | ||
VideoFormatDescriptor GetSupportedFormat
(
int32_t InIndex |
AJALib.h |
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static VideoFormatDescriptor GetVideoFormat
(
FAJAVideoFormat InVideoFormatIndex |
AJALib.h | ||
static std::string VideoFormatToString
(
FAJAVideoFormat InVideoFormatIndex |
AJALib.h | ||
static bool VideoFormatToString
(
FAJAVideoFormat InVideoFormatIndex, |
AJALib.h |
Operators
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
AJAVideoFormats & operator=
(
const AJAVideoFormats& |
AJALib.h |