Module Values.OutputGroupSource

Output groups for this Live Event. Output groups contain information about where streams should be distributed.

Sourcetype nonrec t = {
  1. name : string option;
    (*

    Custom output group name optionally defined by the user.

    *)
  2. outputGroupSettings : OutputGroupSettings.t;
    (*

    Settings associated with the output group.

    *)
  3. outputs : Output.t list;
}
Sourceval context_ : string
Sourceval make : ?name:??? -> outputGroupSettings:OutputGroupSettings.t -> outputs:Output.t list -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `List of [> `Structure of (string * [> `List of [> `String of string ] list | `String of string | `Structure of (string * [> `Structure of (string * [> `Enum of string | `Integer of int | `String of string | `Structure of (string * [> `Enum of string | `Integer of int | `String of string | `Structure of (string * [> `Double of float | `Enum of string | `Integer of int | `String of string | `Structure of (string * [> `Enum of string | `Integer of int | `String of string ]) list ]) list ]) list ]) list ]) list ]) list ] list | `String of string | `Structure of (string * [> `Structure of (string * [> `Enum of string | `Integer of int | `List of [> `Enum of string | `String of string | `Structure of (string * [> `Integer of int | `String of string | `Structure of (string * [> `String of string ]) list ]) list ] list | `String of string | `Structure of (string * [> `Enum of string | `Integer of int | `List of [> `Structure of (string * [> `Integer of int | `String of string | `Structure of (string * [> `String of string ]) list ]) list ] list | `String of string | `Structure of (string * [> `Enum of string | `Integer of int | `String of string | `Structure of (string * [> `String of string ]) list ]) 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