NERtcVideoCropMode class Null safety

视频裁剪模式

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
1:1 裁剪
3
crop_4x3 → const int
4:3 裁剪
2
crop_16x9 → const int
16:9 裁剪
1
cropDefault → const int
相机原始比例
0