GoogleChromeManagementV1AudioStatusReport constructor

GoogleChromeManagementV1AudioStatusReport({
  1. String? inputDevice,
  2. int? inputGain,
  3. bool? inputMute,
  4. String? outputDevice,
  5. bool? outputMute,
  6. int? outputVolume,
  7. String? reportTime,
})

Implementation

GoogleChromeManagementV1AudioStatusReport({
  this.inputDevice,
  this.inputGain,
  this.inputMute,
  this.outputDevice,
  this.outputMute,
  this.outputVolume,
  this.reportTime,
});