Values.SrtSettingsRequestSourceConfigures the settings for SRT inputs. Provide either srtCallerSources (for SRT_CALLER type) OR srtListenerSettings (for SRT_LISTENER type), not both.
type nonrec t = {srtCallerSources : SrtCallerSourceRequest.t list option;srtListenerSettings : SrtListenerSettingsRequest.t option;}val to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of
(string
* [> `Integer of int
| `String of string
| `Structure of
(string * [> `Enum of string | `String of string ])
list ])
list ]
list
| `Structure of
(string
* [> `Integer of int
| `String of string
| `Structure of
(string * [> `Enum of string | `String of string ]) list ])
list ])
list ]