Values.MediaStreamSourceConfigurationSourceThe media stream that is associated with the source, and the parameters for that association.
type nonrec t = {encodingName : EncodingName.t option;The format that was 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.
*)inputConfigurations : InputConfiguration.t list option;The media streams that you want to associate with the source.
*)mediaStreamName : String_.t option;A name that helps you distinguish one media stream from another.
*)}