maxExposureTime property

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

Maximum value of exposure time range allowed to be used by the algorithm.

Implementation

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