Navigation
API > API/Plugins > API/Plugins/RivermaxCore
Description of video frame to be captured.
| Name | IRivermaxOutputInfo |
| Type | struct |
| Header File | /Engine/Plugins/VirtualProduction/Rivermax/RivermaxCore/Source/RivermaxCore/Public/IRivermaxOutputStream.h |
| Include Path | #include "IRivermaxOutputStream.h" |
Syntax
struct IRivermaxOutputInfo
Derived Classes
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| FrameIdentifier | uint64 | Incremental number identifying frame. Usually GFrameCounter | IRivermaxOutputStream.h | |
| Height | uint32 | Height of the frame | IRivermaxOutputStream.h | |
| Stride | uint32 | Stride of a line | IRivermaxOutputStream.h | |
| Width | uint32 | Width of the frame | IRivermaxOutputStream.h |