Navigation
API > API/Plugins > API/Plugins/RivermaxMedia
Basic settings for all 2110 stream types .
| Name | FRivermaxStream |
| Type | struct |
| Header File | /Engine/Plugins/VirtualProduction/Rivermax/RivermaxMedia/Source/RivermaxMedia/Public/RivermaxMediaOutput.h |
| Include Path | #include "RivermaxMediaOutput.h" |
Syntax
USTRUCT (BlueprintType )
struct FRivermaxStream
Derived Classes
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| InterfaceAddress | FString | Network card interface to use to send data Wildcards are supported to match against an interface found on the machine 192.*.0.110 192.168.0.1?0 192.168.0.1* | RivermaxMediaOutput.h |
|
| Port | int32 | Port to use for this output | RivermaxMediaOutput.h |
|
| StreamAddress | FString | Address of the stream. Can be multicast, i.e. 228.1.1.1) | RivermaxMediaOutput.h |
|