Values.MssPackageSourceA Microsoft Smooth Streaming (MSS) PackagingConfiguration.
type nonrec t = {encryption : MssEncryption.t option;mssManifests : MssManifest.t list;A list of MSS manifest configurations.
*)segmentDurationSeconds : int option;The duration (in seconds) of each segment.
*)}val make :
?encryption:??? ->
?segmentDurationSeconds:??? ->
mssManifests:MssManifest.t list ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `Integer of int
| `List of
[> `Structure of
(string
* [> `String of string
| `Structure of
(string * [> `Enum of string | `Integer of int ]) list ])
list ]
list
| `Structure of
(string
* [> `Structure of
(string
* [> `List of [> `String of string ] list
| `String of string
| `Structure of (string * [> `Enum of string ]) list ])
list ])
list ])
list ]