Navigation
API > API/Plugins > API/Plugins/RivermaxMedia
All settings required to initialize Video (2110-20) stream.
| Name | FRivermaxVideoStream |
| Type | struct |
| Header File | /Engine/Plugins/VirtualProduction/Rivermax/RivermaxMedia/Source/RivermaxMedia/Public/RivermaxMediaOutput.h |
| Include Path | #include "RivermaxMediaOutput.h" |
Syntax
USTRUCT (BlueprintType )
struct FRivermaxVideoStream : public FRivermaxStream
Inheritance Hierarchy
- FRivermaxStream → FRivermaxVideoStream
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| bOverrideResolution | bool | If false, use the size provided by the source. If true, a specific resolution will be used. | RivermaxMediaOutput.h |
|
| bUseGPUDirect | bool | Whether to use GPUDirect if available (Memcopy from GPU to NIC directly bypassing system) if available | RivermaxMediaOutput.h |
|
| FrameRate | FFrameRate | Frame rate of this output stream | RivermaxMediaOutput.h |
|
| PixelFormat | ERivermaxMediaOutputPixelFormat | Pixel format for this output stream | RivermaxMediaOutput.h |
|
| Resolution | FIntPoint | Resolution of this output stream | RivermaxMediaOutput.h |
|