Navigation
API > API/Plugins > API/Plugins/RivermaxCore
| |
|
| Name |
FRivermaxInputVideoFormatChangedInfo |
| Type |
struct |
| Header File |
/Engine/Plugins/VirtualProduction/Rivermax/RivermaxCore/Source/RivermaxCore/Public/IRivermaxInputStream.h |
| Include Path |
#include "IRivermaxInputStream.h" |
Syntax
struct FRivermaxInputVideoFormatChangedInfo
Variables
Public
| Name |
Type |
Remarks |
Include Path |
Unreal Specifiers |
| Height |
uint32 |
Detected height in pixel of the video stream |
IRivermaxInputStream.h |
|
| PixelFormat |
ESamplingType |
Detected sampling type of the video stream |
IRivermaxInputStream.h |
|
| Width |
uint32 |
Detected width in pixel of the video stream |
IRivermaxInputStream.h |
|