Navigation
API > API/Plugins > API/Plugins/RivermaxCore
References
| Module | RivermaxCore |
| Header | /Engine/Plugins/VirtualProduction/Rivermax/RivermaxCore/Source/RivermaxCore/Public/IRivermaxOutputStream.h |
| Include | #include "IRivermaxOutputStream.h" |
Syntax
struct FRivermaxOutputVideoFrameInfo
Remarks
Description of video frame to be captured.
Variables
| Type | Name | Description | |
|---|---|---|---|
| uint32 | FrameIdentifier | Incremental number identifying frame. Usually GFrameCounter | |
| FBufferRHIRef | GPUBuffer | Video frame data location when using GPUDirect | |
| uint32 | Height | Height of the frame | |
| uint32 | Stride | Stride of a line | |
| void * | VideoBuffer | Video frame data location in system memory | |
| uint32 | Width | Width of the frame |