Navigation
API > API/Plugins > API/Plugins/RivermaxCore
| |
|
| Name |
FRivermaxInputVideoFrameDescriptor |
| Type |
struct |
| Header File |
/Engine/Plugins/VirtualProduction/Rivermax/RivermaxCore/Source/RivermaxCore/Public/IRivermaxInputStream.h |
| Include Path |
#include "IRivermaxInputStream.h" |
Syntax
struct FRivermaxInputVideoFrameDescriptor
Variables
Public
| Name |
Type |
Remarks |
Include Path |
Unreal Specifiers |
| FrameNumber |
uint32 |
Frame number derived from timestamp and frame rate |
IRivermaxInputStream.h |
|
| Height |
uint32 |
Height of the received frame |
IRivermaxInputStream.h |
|
| PixelFormat |
ESamplingType |
Pixel format of the frame |
IRivermaxInputStream.h |
|
| Timestamp |
uint32 |
Timestamp, in media clock realm, marked by the sender |
IRivermaxInputStream.h |
|
| VideoBufferSize |
uint32 |
Total size of the video frame |
IRivermaxInputStream.h |
|
| Width |
uint32 |
Width of the received frame |
IRivermaxInputStream.h |
|