Module Values.SrtSettingsSource

The configured settings for SRT inputs (caller and listener).

Sourcetype nonrec t = {
  1. srtCallerSources : SrtCallerSource.t list option;
  2. srtListenerSettings : SrtListenerSettings.t option;
}
Sourceval make : ?srtCallerSources:??? -> ?srtListenerSettings:??? -> unit -> t
Sourceval 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 ]
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