total property

  1. @JsonKey(name: 'Total', fromJson: OnvifUtil.mappedToInt)
int total
final

The minimum guaranteed total number of encoder instances (applications) per VideoSourceConfiguration. The device is able to deliver the Total number of streams

Implementation

@JsonKey(name: 'Total', fromJson: OnvifUtil.mappedToInt)
final int total;