Module Values.DashUtcTimingSource

Determines the type of UTC timing included in the DASH Media Presentation Description (MPD).

Sourcetype nonrec t = {
  1. timingMode : DashUtcTimingMode.t option;
    (*

    The UTC timing mode.

    *)
  2. timingSource : DashUtcTimingTimingSourceString.t option;
    (*

    The the method that the player uses to synchronize to coordinated universal time (UTC) wall clock time.

    *)
}
Sourceval make : ?timingMode:??? -> ?timingSource:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Enum of string | `String of DashUtcTimingTimingSourceString.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