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