Navigation
API > API/Plugins > API/Plugins/RivermaxCore
Description of video frame to be captured.
| Name | FRivermaxOutputInfoVideo |
| Type | struct |
| Header File | /Engine/Plugins/VirtualProduction/Rivermax/RivermaxCore/Source/RivermaxCore/Public/IRivermaxOutputStream.h |
| Include Path | #include "IRivermaxOutputStream.h" |
Syntax
struct FRivermaxOutputInfoVideo : public UE::RivermaxCore::IRivermaxOutputInfo
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| CPUBuffer | void * | Video frame data location in system memory | IRivermaxOutputStream.h | |
| GPUBuffer | FBufferRHIRef | Video frame data location when using GPUDirect | IRivermaxOutputStream.h | |
| Stride | uint32 | Stride of a line | IRivermaxOutputStream.h |