ZegoAudioEffectPlayConfig class
音效播放器播放配置
Constructors
- ZegoAudioEffectPlayConfig(int playCount, bool isPublishOut)
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- isPublishOut ↔ bool
-
是否将音效混入推流中,默认 false。
getter/setter pair
- playCount ↔ int
-
播放次数,当设为 0 时则无限循环播放,直到用户调用
stop
,默认为 1 即仅播放一次。getter/setter pair - runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
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