Values.HlsOutputSettingsSourceHls Output Settings
type nonrec t = {h265PackagingType : HlsH265PackagingType.t option;Only applicable when this output is referencing an H.265 video description. Specifies whether MP4 segments should be packaged as HEV1 or HVC1.
*)hlsSettings : HlsSettings.t;Settings regarding the underlying stream. These settings are different for audio-only outputs.
*)nameModifier : string option;String concatenated to the end of the destination filename. Accepts \"Format Identifiers\":#formatIdentifierParameters.
*)segmentModifier : string option;String concatenated to end of segment filenames.
*)}val make :
?h265PackagingType:??? ->
?nameModifier:??? ->
?segmentModifier:??? ->
hlsSettings:HlsSettings.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `String of string
| `Structure of
(string
* [> `Structure of
(string
* [> `Enum of string
| `String of string
| `Structure of
(string
* [> `Enum of string
| `Integer of int
| `String of string ])
list ])
list ])
list ])
list ]