quality property

  1. @JsonKey(name: 'Quality', fromJson: OnvifUtil.nullableMappedToDouble)
double? quality
final

Relative value for the video quantizers and the quality of the video. A high value within supported quality range means higher quality

Implementation

@JsonKey(name: 'Quality', fromJson: OnvifUtil.nullableMappedToDouble)
final double? quality;