NERtcVideoCropMode class Null safety

Video cropping mode

Constructors

NERtcVideoCropMode()

Properties

hashCode int
The hash code for this object.
read-only, inherited
runtimeType Type
A representation of the runtime type of the object.
read-only, inherited

Methods

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

Operators

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

Constants

crop_1x1 → const int
Cropping in 1:1
3
crop_4x3 → const int
Cropping in 4:3
2
crop_16x9 → const int
Cropping in 16:9
1
cropDefault → const int
Original camera scale
0