Module Values.LayoutConfigurationSource

Configuration information of supported layouts for server-side composition.

Sourcetype nonrec t = {
  1. grid : GridConfiguration.t option;
    (*

    Configuration related to grid layout. Default: Grid layout.

    *)
  2. pip : PipConfiguration.t option;
    (*

    Configuration related to PiP layout.

    *)
}
Sourceval make : ?grid:??? -> ?pip:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Structure of (string * [> `Boolean of OmitStoppedVideo.t | `Enum of string | `Integer of GridGap.t | `String of AttributeKey.t ]) 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