Values.HlsPackageSourceAn HTTP Live Streaming (HLS) packaging configuration.
type nonrec t = {encryption : HlsEncryption.t option;hlsManifests : HlsManifest.t list;A list of HLS manifest configurations.
*)includeDvbSubtitles : bool option;When enabled, MediaPackage passes through digital video broadcasting (DVB) subtitles into the output.
*)segmentDurationSeconds : int option;Duration (in seconds) of each fragment. Actual fragments will be rounded to the nearest multiple of the source fragment duration.
*)useAudioRenditionGroup : bool option;When enabled, audio streams will be placed in rendition groups in the output.
*)}val make :
?encryption:??? ->
?includeDvbSubtitles:??? ->
?segmentDurationSeconds:??? ->
?useAudioRenditionGroup:??? ->
hlsManifests:HlsManifest.t list ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `Boolean of bool
| `Integer of int
| `List of
[> `Structure of
(string
* [> `Boolean of bool
| `Enum of string
| `Integer of int
| `String of string
| `Structure of
(string * [> `Enum of string | `Integer of int ]) list ])
list ]
list
| `Structure of
(string
* [> `Enum of string
| `String of string
| `Structure of
(string
* [> `List of [> `String of string ] list
| `String of string
| `Structure of (string * [> `Enum of string ]) list ])
list ])
list ])
list ]