Navigation
API > API/Plugins > API/Plugins/RivermaxMedia
Shared settings for an ST 2110-20 video stream (input or output).
| Name | FRivermaxVideoStream |
| Type | struct |
| Header File | /Engine/Plugins/VirtualProduction/Rivermax/RivermaxMedia/Source/RivermaxMedia/Public/RivermaxMediaTypes.h |
| Include Path | #include "RivermaxMediaTypes.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. | RivermaxMediaTypes.h |
|
| bUseGPUDirect | bool | Whether to use GPUDirect if available (memory transfer bypassing system memory) | RivermaxMediaTypes.h |
|
| FrameRate | FFrameRate | Frame rate of this stream | RivermaxMediaTypes.h |
|
| PixelFormat | ERivermaxPixelFormat | Pixel format | RivermaxMediaTypes.h |
|
| Resolution | FIntPoint | Stream resolution | RivermaxMediaTypes.h |
|