Module Values.Scte35SpliceInsertSource

Typical configuration that applies breaks on splice inserts in addition to time signal placement opportunities, breaks, and advertisements.

Sourcetype nonrec t = {
  1. adAvailOffset : int option;
    (*

    When specified, this offset (in milliseconds) is added to the input Ad Avail PTS time. This only applies to embedded SCTE 104/35 messages and does not apply to OOB messages.

    *)
  2. noRegionalBlackoutFlag : Scte35SpliceInsertNoRegionalBlackoutBehavior.t option;
    (*

    When set to ignore, Segment Descriptors with noRegionalBlackoutFlag set to 0 will no longer trigger blackouts or Ad Avail slates

    *)
  3. webDeliveryAllowedFlag : Scte35SpliceInsertWebDeliveryAllowedBehavior.t option;
    (*

    When set to ignore, Segment Descriptors with webDeliveryAllowedFlag set to 0 will no longer trigger blackouts or Ad Avail slates

    *)
}
Sourceval make : ?adAvailOffset:??? -> ?noRegionalBlackoutFlag:??? -> ?webDeliveryAllowedFlag:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Enum of string | `Integer of int ]) 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