Module Values.DashAvailabilityStartTimeConfigurationSource

The configuration for the DASH availabilityStartTime attribute of the Media Presentation Description (MPD). Use this configuration to set a custom availability start time for your DASH manifest.

Sourcetype nonrec t = {
  1. fixedAvailabilityStartTime : SyntheticTimestamp_date_time.t option;
    (*

    The fixed availability start time for the DASH manifest, in ISO 8601 date-time format. The value must have hourly granularity, meaning that the minutes, seconds, and fractional seconds must be zero. The value must be on or after 2024-01-01T00:00:00Z and must be at least 14 days before the current time.

    *)
}
Sourceval make : ?fixedAvailabilityStartTime:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Timestamp of SyntheticTimestamp_date_time.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