InputLossBehavior constructor
InputLossBehavior({
- int? blackFrameMsec,
- String? inputLossImageColor,
- InputLocation? inputLossImageSlate,
- InputLossImageType? inputLossImageType,
- int? repeatFrameMsec,
Implementation
InputLossBehavior({
this.blackFrameMsec,
this.inputLossImageColor,
this.inputLossImageSlate,
this.inputLossImageType,
this.repeatFrameMsec,
});