Values.HarvestedManifestsSourceA collection of harvested manifests of different types.
type nonrec t = {hlsManifests : HarvestedHlsManifestsList.t option;A list of harvested HLS manifests.
*)dashManifests : HarvestedDashManifestsList.t option;A list of harvested DASH manifests.
*)lowLatencyHlsManifests : HarvestedLowLatencyHlsManifestsList.t option;A list of harvested Low-Latency HLS manifests.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of (string * [> `String of ResourceName.t ]) list ]
list ])
list ]