Navigation
API > API/Plugins > API/Plugins/RivermaxCore
| |
|
| Name |
FRivermaxInputStreamOptions |
| Type |
struct |
| Header File |
/Engine/Plugins/VirtualProduction/Rivermax/RivermaxCore/Source/RivermaxCore/Public/RivermaxTypes.h |
| Include Path |
#include "RivermaxTypes.h" |
Syntax
struct FRivermaxInputStreamOptions
Variables
Public
| Name |
Type |
Remarks |
Include Path |
Unreal Specifiers |
| bEnforceVideoFormat |
bool |
If true, don't use auto detected video format |
RivermaxTypes.h |
|
| bUseGPUDirect |
bool |
Whether to leverage GPUDirect (Cuda) capability to transfer memory to NIC if available |
RivermaxTypes.h |
|
| EnforcedResolution |
FIntPoint |
Enforced resolution aligning with pgroup of sampling type |
RivermaxTypes.h |
|
| FrameRate |
FFrameRate |
Stream FrameRate |
RivermaxTypes.h |
|
| InterfaceAddress |
FString |
Interface IP to bind to |
RivermaxTypes.h |
|
| NumberOfBuffers |
int32 |
Sample count to buffer. |
RivermaxTypes.h |
|
| PixelFormat |
ESamplingType |
Desired stream pixel format |
RivermaxTypes.h |
|
| Port |
uint32 |
Port to be used by stream |
RivermaxTypes.h |
|
| StreamAddress |
FString |
IP of the stream. Defaults to multicast group IP. |
RivermaxTypes.h |
|