Module Values.RtpRouterInputConfigurationSource

The configuration settings for a Router Input using the RTP (Real-Time Transport Protocol) protocol, including the port and forward error correction state.

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

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

    *)
  2. forwardErrorCorrection : ForwardErrorCorrectionState.t option;
    (*

    The state of forward error correction for the RTP protocol in the router input configuration.

    *)
}
Sourceval context_ : string
Sourceval make : ?forwardErrorCorrection:??? -> port:RtpRouterInputConfigurationPortInteger.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Enum of string | `Integer of RtpRouterInputConfigurationPortInteger.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