Navigation
API > API/Plugins > API/Plugins/RivermaxCore
| Name | FRivermaxOutputStreamOptions |
| Type | struct |
| Header File | /Engine/Plugins/VirtualProduction/Rivermax/RivermaxCore/Source/RivermaxCore/Public/RivermaxTypes.h |
| Include Path | #include "RivermaxTypes.h" |
Syntax
struct FRivermaxOutputStreamOptions
Derived Classes
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| FrameRate | FFrameRate | Stream FrameRate | RivermaxTypes.h | |
| InterfaceAddress | FString | Interface IP to bind to | 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 | |
| StreamIndex | uint64 | Used by RivermaxOutStream when it calls to the library to assign Media Block Index in SDP. | RivermaxTypes.h |