Values.RtpRouterInputConfigurationSourceThe configuration settings for a Router Input using the RTP (Real-Time Transport Protocol) protocol, including the port and forward error correction state.
type nonrec t = {port : RtpRouterInputConfigurationPortInteger.t;The port number used for the RTP protocol in the router input configuration.
*)forwardErrorCorrection : ForwardErrorCorrectionState.t option;The state of forward error correction for the RTP protocol in the router input configuration.
*)}val make :
?forwardErrorCorrection:??? ->
port:RtpRouterInputConfigurationPortInteger.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `Integer of RtpRouterInputConfigurationPortInteger.t ])
list ]