Module Values.Scte35SpliceInsertScheduleActionSettingsSource

Settings for a SCTE-35 splice_insert message.

Sourcetype nonrec t = {
  1. duration : Awso.Import.Int64.t option;
    (*

    Optional, the duration for the splice_insert, in 90 KHz ticks. To convert seconds to ticks, multiple the seconds by 90,000. If you enter a duration, there is an expectation that the downstream system can read the duration and cue in at that time. If you do not enter a duration, the splice_insert will continue indefinitely and there is an expectation that you will enter a return_to_network to end the splice_insert at the appropriate time.

    *)
  2. spliceEventId : Awso.Import.Int64.t;
    (*

    The splice_event_id for the SCTE-35 splice_insert, as defined in SCTE-35.

    *)
}
Sourceval context_ : string
Sourceval make : ?duration:??? -> spliceEventId:Awso.Import.Int64.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Long of Awso.Import.Int64.t ]) 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