Module Values.OutputSource

Output settings. There can be multiple outputs within a group.

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

    The names of the AudioDescriptions used as audio sources for this output.

    *)
  2. captionDescriptionNames : string list option;
    (*

    The names of the CaptionDescriptions used as caption sources for this output.

    *)
  3. outputName : string option;
    (*

    The name used to identify an output.

    *)
  4. outputSettings : OutputSettings.t;
    (*

    Output type-specific settings.

    *)
  5. videoDescriptionName : string option;
    (*

    The name of the VideoDescription used as the source for this output.

    *)
}
Sourceval context_ : string
Sourceval make : ?audioDescriptionNames:??? -> ?captionDescriptionNames:??? -> ?outputName:??? -> ?videoDescriptionName:??? -> outputSettings:OutputSettings.t -> unit -> t
Sourceval to_value : t -> [> `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 ]
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