InputLossFailoverSettings constructor

InputLossFailoverSettings({
  1. int? inputLossThresholdMsec,
})

Implementation

InputLossFailoverSettings({
  this.inputLossThresholdMsec,
});