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