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