bounds property

  1. @JsonKey(name: 'Bounds')
Bounds 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 Bounds bounds;