Values.AddFlowMediaStreamsRequestSourceAdds media streams to an existing flow. After you add a media stream to a flow, you can associate it with a source and/or an output that uses the ST 2110 JPEG XS or CDI protocol.
type nonrec t = {flowArn : AddFlowMediaStreamsRequestFlowArnString.t;The Amazon Resource Name (ARN) of the flow.
*)mediaStreams : AddMediaStreamRequest.t list;The media streams that you want to add to the flow.
*)}val make :
flowArn:AddFlowMediaStreamsRequestFlowArnString.t ->
mediaStreams:AddMediaStreamRequest.t list ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of
(string
* [> `Enum of string
| `Integer of Integer.t
| `Map of
([> `String of String_.t ] * [> `String of String_.t ])
list
| `String of String_.t
| `Structure of
(string
* [> `String of String_.t
| `Structure of
(string
* [> `Enum of string | `String of String_.t ])
list ])
list ])
list ]
list
| `String of AddFlowMediaStreamsRequestFlowArnString.t ])
list ]