Values.InputDeviceHdSettingsSourceSettings that describe the active source from the input device, and the video characteristics of that source.
type nonrec t = {activeInput : InputDeviceActiveInput.t option;If you specified Auto as the configured input, specifies which of the sources is currently active (SDI or HDMI).
*)configuredInput : InputDeviceConfiguredInput.t option;The source at the input device that is currently active. You can specify this source.
*)deviceState : InputDeviceState.t option;The state of the input device.
*)framerate : float option;The frame rate of the video source.
*)height : int option;The height of the video source, in pixels.
*)maxBitrate : int option;The current maximum bitrate for ingesting this source, in bits per second. You can specify this maximum.
*)scanType : InputDeviceScanType.t option;The scan type of the video source.
*)width : int option;The width of the video source, in pixels.
*)latencyMs : int option;The Link device's buffer size (latency) in milliseconds (ms). You can specify this value.
*)}