Module Values.RistRouterInputConfigurationSource

The configuration settings for a router input using the RIST (Reliable Internet Stream Transport) protocol, including the port and recovery latency.

Sourcetype nonrec t = {
  1. port : RistRouterInputConfigurationPortInteger.t;
    (*

    The port number used for the RIST protocol in the router input configuration.

    *)
  2. recoveryLatencyMilliseconds : RistRouterInputConfigurationRecoveryLatencyMillisecondsLong.t;
    (*

    The recovery latency in milliseconds for the RIST protocol in the router input configuration.

    *)
}
Sourceval context_ : string
Sourceval to_value : t -> [> `Structure of (string * [> `Integer of RistRouterInputConfigurationPortInteger.t | `Long of RistRouterInputConfigurationRecoveryLatencyMillisecondsLong.t ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t