Module Values.DashDvbSettingsSource

For endpoints that use the DVB-DASH profile only. The font download and error reporting information that you want MediaPackage to pass through to the manifest.

Sourcetype nonrec t = {
  1. fontDownload : DashDvbFontDownload.t option;
    (*

    Subtitle font settings.

    *)
  2. errorMetrics : DashDvbErrorMetrics.t option;
    (*

    Playback device error reporting settings.

    *)
}
Sourceval make : ?fontDownload:??? -> ?errorMetrics:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `List of [> `Structure of (string * [> `Integer of DashDvbMetricsReportingProbabilityInteger.t | `String of DashDvbMetricsReportingReportingUrlString.t ]) list ] list | `Structure of (string * [> `String of DashDvbFontDownloadUrlString.t ]) 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