Values.MediaStreamOutputConfigurationRequestSourceThe media stream that you want to associate with the output, and the parameters for that association.
type nonrec t = {destinationConfigurations : DestinationConfigurationRequest.t list option;The media streams that you want to associate with the output.
*)encodingName : EncodingName.t;The format that will be used to encode the data. For ancillary data streams, set the encoding name to smpte291. For audio streams, set the encoding name to pcm. For video, 2110 streams, set the encoding name to raw. For video, JPEG XS streams, set the encoding name to jxsv.
*)encodingParameters : EncodingParametersRequest.t option;A collection of parameters that determine how MediaConnect will convert the content. These fields only apply to outputs on flows that have a CDI source.
*)mediaStreamName : String_.t;The name of the media stream that is associated with the output.
*)}val make :
?destinationConfigurations:??? ->
?encodingParameters:??? ->
encodingName:EncodingName.t ->
mediaStreamName:String_.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `List of
[> `Structure of
(string
* [> `Integer of Integer.t
| `String of String_.t
| `Structure of (string * [> `String of String_.t ]) list ])
list ]
list
| `String of String_.t
| `Structure of
(string * [> `Double of Double.t | `Enum of string ]) list ])
list ]