NERtcAudioEffectOptions class

音效构造参数类

Constructors

NERtcAudioEffectOptions({required String path, int loopCount = 1, bool sendEnabled = true, int sendVolume = 100, bool playbackEnabled = true, int playbackVolume = 100})
const

Properties

hashCode int
The hash code for this object.
no setterinherited
loopCount int
循环次数, <= 0, 表示无限循环,默认 1
final
path String
文件地址
final
playbackEnabled bool
是否播放(默认 true)
final
playbackVolume int
播放音量0 - 100(默认 100)
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sendEnabled bool
是否发送(默认 true)
final
sendVolume int
发送音量0 - 100(默认 100)
final

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