VideoBlackFailoverSettings constructor

VideoBlackFailoverSettings({
  1. double? blackDetectThreshold,
  2. int? videoBlackThresholdMsec,
})

Implementation

VideoBlackFailoverSettings({
  this.blackDetectThreshold,
  this.videoBlackThresholdMsec,
});