width property

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

Number of the columns of the Video image.

Implementation

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