Navigation
API > API/Plugins > API/Plugins/BlackmagicCore
FFormatInfo definition Information about a given frame desc
| Name | FFormatInfo |
| Type | struct |
| Header File | /Engine/Plugins/Media/BlackmagicMedia/Source/BlackmagicCore/Public/BlackmagicLib.h |
| Include Path | #include "BlackmagicLib.h" |
Syntax
struct FFormatInfo
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| DisplayMode | FBlackmagicVideoFormat | BlackmagicLib.h | ||
| FieldDominance | EFieldDominance | BlackmagicLib.h | ||
| FrameRateDenominator | uint32_t | BlackmagicLib.h | ||
| FrameRateNumerator | uint32_t | Framerate | BlackmagicLib.h | |
| Height | uint32_t | BlackmagicLib.h | ||
| Width | uint32_t | Image Width & Weight in texels | BlackmagicLib.h |
Functions
Public
Operators
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool operator==
(
FFormatInfo& Other |
BlackmagicLib.h |