boundsRange property

  1. @JsonKey(name: 'BoundsRange')
IntRectangleRange boundsRange
final

Supported range for the capturing area. Device that does not support cropped streaming shall express BoundsRange option as mentioned below BoundsRange->XRange and BoundsRange->YRange with same Min/Max values HeightRange and WidthRange Min/Max values same as VideoSource Height and Width Limits.

Implementation

@JsonKey(name: 'BoundsRange')
final IntRectangleRange boundsRange;