Module Values.EsamSource

Esam

Sourcetype nonrec t = {
  1. acquisitionPointId : string;
    (*

    Sent as acquisitionPointIdentity to identify the MediaLive channel to the POIS.

    *)
  2. 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.

    *)
  3. passwordParam : string option;
    (*

    Documentation update needed

    *)
  4. poisEndpoint : string;
    (*

    The URL of the signal conditioner endpoint on the Placement Opportunity Information System (POIS). MediaLive sends SignalProcessingEvents here when SCTE-35 messages are read.

    *)
  5. username : string option;
    (*

    Documentation update needed

    *)
  6. zoneIdentity : string option;
    (*

    Optional data sent as zoneIdentity to identify the MediaLive channel to the POIS.

    *)
}
Sourceval context_ : string
Sourceval make : ?adAvailOffset:??? -> ?passwordParam:??? -> ?username:??? -> ?zoneIdentity:??? -> acquisitionPointId:string -> poisEndpoint:string -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Integer of int | `String of string ]) 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