ZegoAudioEffectPlayConfig class

AudioEffectPlayer play configuration.

Constructors

ZegoAudioEffectPlayConfig(int playCount, bool isPublishOut)

Properties

hashCode → int
The hash code for this object.
read-onlyinherited
isPublishOut ↔ bool
Whether to mix audio effects into the publishing stream, the default is false.
read / write
playCount ↔ int
The number of play counts. When set to 0, it will play in an infinite loop until the user invoke stop. The default is 1, which means it will play only once.
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