Values.DashUtcTimingSourceDetermines the type of UTC timing included in the DASH Media Presentation Description (MPD).
type nonrec t = {timingMode : DashUtcTimingMode.t option;The UTC timing mode.
*)timingSource : DashUtcTimingTimingSourceString.t option;The the method that the player uses to synchronize to coordinated universal time (UTC) wall clock time.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string | `String of DashUtcTimingTimingSourceString.t ])
list ]