Module Values.M2tsScte35EsamSource

Settings for SCTE-35 signals from ESAM. Include this in your job settings to put SCTE-35 markers in your HLS and transport stream outputs at the insertion points that you specify in an ESAM XML document. Provide the document in the setting SCC XML.

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

    Packet Identifier (PID) of the SCTE-35 stream in the transport stream generated by ESAM.

    *)
}
Sourceval make : ?scte35EsamPid:??? -> unit -> t
Sourceval to_value : t -> [> `Structure 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