width property

  1. @JsonKey(name: 'Width', fromJson: OnvifUtil.mappedToInt)
int width
final

Number of the columns of the Video image.

Implementation

@JsonKey(name: 'Width', fromJson: OnvifUtil.mappedToInt)
final int width;