resolution property

  1. @TagNumber.new(2)
Overlay_NormalizedCoordinate get resolution

Normalized image resolution, based on output video resolution. Valid values: 0.01.0. To respect the original image aspect ratio, set either x or y to 0.0. To use the original image resolution, set both x and y to 0.0.

Implementation

@$pb.TagNumber(2)
Overlay_NormalizedCoordinate get resolution => $_getN(1);
  1. @TagNumber.new(2)
set resolution (Overlay_NormalizedCoordinate v)

Implementation

@$pb.TagNumber(2)
set resolution(Overlay_NormalizedCoordinate v) { setField(2, v); }