Values.FmtpSourceA set of parameters that define the media stream.
type nonrec t = {channelOrder : String_.t option;The format of the audio channel.
*)colorimetry : Colorimetry.t option;The format used for the representation of color.
*)exactFramerate : String_.t option;The frame rate for the video stream, in frames/second. For example: 60000/1001.
*)par : String_.t option;The pixel aspect ratio (PAR) of the video.
*)range : Range.t option;The encoding range of the video.
*)scanMode : ScanMode.t option;The type of compression that was used to smooth the video’s appearance.
*)tcs : Tcs.t option;The transfer characteristic system (TCS) that is used in the video.
*)}