ZegoBlurInfo class
虚化边界信息。
详情描述:混流虚化边界的配置信息。 业务场景:手动混流场景时,比如多人连麦直播。
Constructors
- ZegoBlurInfo(int topPadding, int leftPadding, int bottomPadding, int rightPadding)
Properties
- bottomPadding ↔ int
-
虚化边框距离画布下边框的距离,单位 px。是否必填:否。默认值:0。
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- leftPadding ↔ int
-
虚化边框距离画布左边框的距离,单位 px。是否必填:否。默认值:0。
getter/setter pair
- rightPadding ↔ int
-
虚化边框距离画布右边框的距离,单位 px。是否必填:否。默认值:0。
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- topPadding ↔ int
-
虚化边框距离画布上边框的距离,单位 px。是否必填:否。默认值:0。
getter/setter pair
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toMap(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited