bounds property

  1. @JsonKey(name: 'Bounds')
IntRectangle bounds
final

Rectangle specifying the Video capturing area. The capturing area shall not be larger than the whole Video source area.

Implementation

@JsonKey(name: 'Bounds')
final IntRectangle bounds;