Navigation
API > API/Plugins > API/Plugins/AjaCore > API/Plugins/AjaCore/AJAVideoFormats
| Name | VideoFormatDescriptor |
| Type | struct |
| Header File | /Engine/Plugins/Media/AjaMedia/Source/Aja/Public/AJALib.h |
| Include Path | #include "AJALib.h" |
Syntax
struct VideoFormatDescriptor
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
VideoFormatDescriptor() |
AJALib.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| bIs2K | bool | AJALib.h | ||
| bIs372DualLink | bool | AJALib.h | ||
| bIs4K | bool | AJALib.h | ||
| bIsHD | bool | AJALib.h | ||
| bIsInterlacedStandard | bool | AJALib.h | ||
| bIsProgressiveStandard | bool | AJALib.h | ||
| bIsPsfStandard | bool | AJALib.h | ||
| bIsSD | bool | AJALib.h | ||
| bIsValid | bool | AJALib.h | ||
| bIsVideoFormatA | bool | AJALib.h | ||
| bIsVideoFormatB | bool | AJALib.h | ||
| FrameRateDenominator | uint32_t | AJALib.h | ||
| FrameRateNumerator | uint32_t | AJALib.h | ||
| ResolutionHeight | uint32_t | AJALib.h | ||
| ResolutionWidth | uint32_t | AJALib.h | ||
| VideoFormatIndex | FAJAVideoFormat | AJALib.h |