Values.OutputSourceOutput settings. There can be multiple outputs within a group.
type nonrec t = {audioDescriptionNames : string list option;The names of the AudioDescriptions used as audio sources for this output.
*)captionDescriptionNames : string list option;The names of the CaptionDescriptions used as caption sources for this output.
*)outputName : string option;The name used to identify an output.
*)outputSettings : OutputSettings.t;Output type-specific settings.
*)videoDescriptionName : string option;The name of the VideoDescription used as the source for this output.
*)}val make :
?audioDescriptionNames:??? ->
?captionDescriptionNames:??? ->
?outputName:??? ->
?videoDescriptionName:??? ->
outputSettings:OutputSettings.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `List of [> `String of string ] list
| `String of string
| `Structure of
(string
* [> `Structure of
(string
* [> `Enum of string
| `Integer of int
| `String of string
| `Structure of
(string
* [> `Enum of string
| `Integer of int
| `String 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 ])
list ])
list ]