Values.EncoderConfigurationSourceSettings for transcoding.
type nonrec t = {arn : EncoderConfigurationArn.t option;ARN of the EncoderConfiguration resource.
*)name : EncoderConfigurationName.t option;Optional name to identify the resource.
*)video : Video.t option;Video configuration. Default: video resolution 1280x720, bitrate 2500 kbps, 30 fps
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Map of
([> `String of TagKey.t ] * [> `String of TagValue.t ]) list
| `String of EncoderConfigurationArn.t
| `Structure of
(string * [> `Float of Framerate.t | `Integer of Width.t ]) list ])
list ]