quality property

  1. @JsonKey(name: 'Quality', fromJson: OnvifUtil.doubleMappedFromXml)
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.doubleMappedFromXml)
final double quality;