Navigation
API > API/Plugins > API/Plugins/RivermaxMedia
Base struct shared by all Rivermax stream config structs (output and input).
| Name | FRivermaxStream |
| Type | struct |
| Header File | /Engine/Plugins/VirtualProduction/Rivermax/RivermaxMedia/Source/RivermaxMedia/Public/RivermaxMediaTypes.h |
| Include Path | #include "RivermaxMediaTypes.h" |
Syntax
USTRUCT (BlueprintType )
struct FRivermaxStream
Derived Classes
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| InterfaceAddress | FString | Network card interface to use. | RivermaxMediaTypes.h |
|
| Port | int32 | UDP port of the stream | RivermaxMediaTypes.h |
|
| StreamAddress | FString | Multicast IP address of the stream | RivermaxMediaTypes.h |
|