Module Values.EsamSettingsSource

Settings for Event Signaling And Messaging (ESAM). If you don't do ad insertion, you can ignore these settings.

Sourcetype nonrec t = {
  1. manifestConfirmConditionNotification : EsamManifestConfirmConditionNotification.t option;
    (*

    Specifies an ESAM ManifestConfirmConditionNotification XML as per OC-SP-ESAM-API-I03-131025. The transcoder uses the manifest conditioning instructions that you provide in the setting MCC XML.

    *)
  2. responseSignalPreroll : int option;
    (*

    Specifies the stream distance, in milliseconds, between the SCTE 35 messages that the transcoder places and the splice points that they refer to. If the time between the start of the asset and the SCTE-35 message is less than this value, then the transcoder places the SCTE-35 marker at the beginning of the stream.

    *)
  3. signalProcessingNotification : EsamSignalProcessingNotification.t option;
    (*

    Specifies an ESAM SignalProcessingNotification XML as per OC-SP-ESAM-API-I03-131025. The transcoder uses the signal processing instructions that you provide in the setting SCC XML.

    *)
}
Sourceval make : ?manifestConfirmConditionNotification:??? -> ?responseSignalPreroll:??? -> ?signalProcessingNotification:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Integer of int | `Structure of (string * [> `String of string ]) 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