InputDeviceUhdSettings constructor
InputDeviceUhdSettings({
- InputDeviceActiveInput? activeInput,
- InputDeviceConfiguredInput? configuredInput,
- InputDeviceState? deviceState,
- double? framerate,
- int? height,
- int? maxBitrate,
- InputDeviceScanType? scanType,
- int? width,
Implementation
InputDeviceUhdSettings({
this.activeInput,
this.configuredInput,
this.deviceState,
this.framerate,
this.height,
this.maxBitrate,
this.scanType,
this.width,
});