Module Values.Scte35TimeSignalScheduleActionSettingsSource

Settings for a SCTE-35 time_signal.

Sourcetype nonrec t = {
  1. scte35Descriptors : Scte35Descriptor.t list;
    (*

    The list of SCTE-35 descriptors accompanying the SCTE-35 time_signal.

    *)
}
Sourceval context_ : string
Sourceval make : scte35Descriptors:Scte35Descriptor.t list -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `List of [> `Structure of (string * [> `Structure of (string * [> `Structure of (string * [> `Enum of string | `Integer of int | `Long of Awso.Import.Int64.t | `String of string | `Structure of (string * [> `Enum 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