maxGain property

  1. @JsonKey(name: 'MaxGain', fromJson: OnvifUtil.nullableDoubleMappedFromXml)
double? maxGain
final

Maximum value of the sensor gain range that is allowed to be used by the algorithm.

Implementation

@JsonKey(
  name: 'MaxGain',
  fromJson: OnvifUtil.nullableDoubleMappedFromXml,
)
final double? maxGain;