SourceCrop class

Crop configuration of the public stream.

Properties

hashCode int
The hash code for this object.
no setterinherited
heightProportion double
The normalized ratio of the height of the obtained video frame after cropping to the overall frame before cropping, in the range (0.0, 1.0].
getter/setter pair
locationX double
The normalized scale of the upper-left corner of the cropped video frame relative to the overall frame before cropping, in the range [0.0, 1.0).
getter/setter pair
locationY double
The normalized scale of the upper-left corner of the cropped video frame relative to the overall frame before cropping, in the range [0.0, 1.0).
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
widthProportion double
The normalized ratio of the width of the video frame obtained after cropping to the overall frame before cropping, in the range (0.0, 1.0].
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited