Module Values.Scte35DescriptorSource

Holds one set of SCTE-35 Descriptor Settings.

Sourcetype nonrec t = {
  1. scte35DescriptorSettings : Scte35DescriptorSettings.t;
    (*

    SCTE-35 Descriptor Settings.

    *)
}
Sourceval context_ : string
Sourceval make : scte35DescriptorSettings:Scte35DescriptorSettings.t -> unit -> t
Sourceval to_value : t -> [> `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 ]
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