InputLossBehavior constructor

InputLossBehavior({
  1. int? blackFrameMsec,
  2. String? inputLossImageColor,
  3. InputLocation? inputLossImageSlate,
  4. InputLossImageType? inputLossImageType,
  5. int? repeatFrameMsec,
})

Implementation

InputLossBehavior({
  this.blackFrameMsec,
  this.inputLossImageColor,
  this.inputLossImageSlate,
  this.inputLossImageType,
  this.repeatFrameMsec,
});