Module Values.DashDvbMetricsReportingSource

For use with DVB-DASH profiles only. The settings for error reporting from the playback device that you want Elemental MediaPackage to pass through to the manifest.

Sourcetype nonrec t = {
  1. reportingUrl : DashDvbMetricsReportingReportingUrlString.t;
    (*

    The URL where playback devices send error reports.

    *)
  2. probability : DashDvbMetricsReportingProbabilityInteger.t option;
    (*

    The number of playback devices per 1000 that will send error reports to the reporting URL. This represents the probability that a playback device will be a reporting player for this session.

    *)
}
Sourceval context_ : string
Sourceval make : ?probability:??? -> reportingUrl:DashDvbMetricsReportingReportingUrlString.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Integer of DashDvbMetricsReportingProbabilityInteger.t | `String of DashDvbMetricsReportingReportingUrlString.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