height property

  1. @JsonKey(name: 'Height', fromJson: OnvifUtil.mappedToInt)
int height
final

Number of the lines of the Video image.

Implementation

@JsonKey(name: 'Height', fromJson: OnvifUtil.mappedToInt)
final int height;