Module Values.Smpte2110ReceiverGroupSettingsSource

Configures the sources for the SMPTE 2110 Receiver Group input.

Sourcetype nonrec t = {
  1. smpte2110ReceiverGroups : Smpte2110ReceiverGroup.t list option;
}
Sourceval make : ?smpte2110ReceiverGroups:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `List of [> `Structure of (string * [> `Structure of (string * [> `List of [> `Structure of (string * [> `Integer of int | `String of string ]) list ] list | `Structure of (string * [> `Integer of int | `String of string ]) list ]) list ]) 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