Values.RistRouterInputConfigurationSourceThe configuration settings for a router input using the RIST (Reliable Internet Stream Transport) protocol, including the port and recovery latency.
type nonrec t = {port : RistRouterInputConfigurationPortInteger.t;The port number used for the RIST protocol in the router input configuration.
*)recoveryLatencyMilliseconds : RistRouterInputConfigurationRecoveryLatencyMillisecondsLong.t;The recovery latency in milliseconds for the RIST protocol in the router input configuration.
*)}val make :
port:RistRouterInputConfigurationPortInteger.t ->
recoveryLatencyMilliseconds:
RistRouterInputConfigurationRecoveryLatencyMillisecondsLong.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `Integer of RistRouterInputConfigurationPortInteger.t
| `Long of
RistRouterInputConfigurationRecoveryLatencyMillisecondsLong.t ])
list ]