InputDeviceHdSettings constructor

InputDeviceHdSettings({
  1. InputDeviceActiveInput? activeInput,
  2. InputDeviceConfiguredInput? configuredInput,
  3. InputDeviceState? deviceState,
  4. double? framerate,
  5. int? height,
  6. int? maxBitrate,
  7. InputDeviceScanType? scanType,
  8. int? width,
})

Implementation

InputDeviceHdSettings({
  this.activeInput,
  this.configuredInput,
  this.deviceState,
  this.framerate,
  this.height,
  this.maxBitrate,
  this.scanType,
  this.width,
});