Module Values.OutputGroupSource

Group of outputs

Sourcetype nonrec t = {
  1. automatedEncodingSettings : AutomatedEncodingSettings.t option;
    (*

    Use automated encoding to have MediaConvert choose your encoding settings for you, based on characteristics of your input video.

    *)
  2. customName : string option;
    (*

    Use Custom Group Name to specify a name for the output group. This value is displayed on the console and can make your job settings JSON more human-readable. It does not affect your outputs. Use up to twelve characters that are either letters, numbers, spaces, or underscores.

    *)
  3. name : string option;
    (*

    Name of the output group

    *)
  4. outputGroupSettings : OutputGroupSettings.t option;
    (*

    Output Group settings, including type

    *)
  5. outputs : Output.t list option;
    (*

    This object holds groups of encoding settings, one group of settings per output.

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