Values.VideoBlockSourceA video block.
type nonrec t = {format : VideoFormat.t;The block's format.
*)source : VideoSource.t;The block's source.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `Structure of
(string
* [> `Blob of VideoSourceBytesBlob.t
| `Structure of (string * [> `String of S3Uri.t ]) list ])
list ])
list ]