Values.ArchiveOutputSettingsSourceArchive Output Settings
type nonrec t = {containerSettings : ArchiveContainerSettings.t;Container for this output. Can be auto-detected from extension field.
*)extension : string option;Output file extension. If excluded, this will be auto-selected from the container type.
*)nameModifier : string option;String concatenated to the end of the destination filename. Required for multiple outputs of the same type.
*)}val make :
?extension:??? ->
?nameModifier:??? ->
containerSettings:ArchiveContainerSettings.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `String of string
| `Structure of
(string
* [> `Structure of
(string
* [> `Double of float
| `Enum of string
| `Integer of int
| `String of string
| `Structure of
(string
* [> `Enum of string
| `Integer of int
| `String of string ])
list ])
list ])
list ])
list ]