Module Values.Smpte2110ReceiverGroupSource

A receiver group is a collection of video, audio, and ancillary streams that you want to group together and attach to one input.

Sourcetype nonrec t = {
  1. sdpSettings : Smpte2110ReceiverGroupSdpSettings.t option;
    (*

    The single Smpte2110ReceiverGroupSdpSettings that identify the video, audio, and ancillary streams for this receiver group.

    *)
}
Sourceval make : ?sdpSettings:??? -> unit -> t
Sourceval to_value : t -> [> `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 ]
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