ZegoAudioEffectPlayConfig class

音效播放器播放配置

Constructors

ZegoAudioEffectPlayConfig(int playCount, bool isPublishOut)

Properties

hashCode → int
The hash code for this object.
read-onlyinherited
isPublishOut ↔ bool
是否将音效混入推流中,默认 false。
read / write
playCount ↔ int
播放次数,当设为 0 时则无限循环播放,直到用户调用 stop,默认为 1 即仅播放一次。
read / write
runtimeType → Type
A representation of the runtime type of the object.
read-onlyinherited

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