Navigation
API > API/Plugins > API/Plugins/BlackmagicCore > API/Plugins/BlackmagicCore/BlackmagicVideoFormats
| |
|
| Name |
VideoFormatDescriptor |
| Type |
struct |
| Header File |
/Engine/Plugins/Media/BlackmagicMedia/Source/BlackmagicCore/Public/BlackmagicLib.h |
| Include Path |
#include "BlackmagicLib.h" |
Syntax
struct VideoFormatDescriptor
Constructors
Variables
Public
| Name |
Type |
Remarks |
Include Path |
Unreal Specifiers |
| bIs2K |
bool |
|
BlackmagicLib.h |
|
| bIs4K |
bool |
|
BlackmagicLib.h |
|
| bIs8K |
bool |
|
BlackmagicLib.h |
|
| bIsHD |
bool |
|
BlackmagicLib.h |
|
| bIsInterlacedStandard |
bool |
|
BlackmagicLib.h |
|
| bIsProgressiveStandard |
bool |
|
BlackmagicLib.h |
|
| bIsPsfStandard |
bool |
|
BlackmagicLib.h |
|
| bIsSD |
bool |
|
BlackmagicLib.h |
|
| bIsValid |
bool |
|
BlackmagicLib.h |
|
| FrameRateDenominator |
uint32_t |
|
BlackmagicLib.h |
|
| FrameRateNumerator |
uint32_t |
|
BlackmagicLib.h |
|
| ResolutionHeight |
uint32_t |
|
BlackmagicLib.h |
|
| ResolutionWidth |
uint32_t |
|
BlackmagicLib.h |
|
| VideoFormatIndex |
FBlackmagicVideoFormat |
|
BlackmagicLib.h |
|
Functions
Public