NERtcAudioMixingOptions class

伴音构造参数类

Constructors

NERtcAudioMixingOptions({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. [...]
read-only, inherited
loopCount int
循环次数, <= 0, 表示无限循环,默认 1
final
path String
文件地址/URL
final
playbackEnabled bool
是否播放(默认 true)
final
playbackVolume int
播放音量0 - 100(默认 100)
final
runtimeType Type
A representation of the runtime type of the object.
read-only, inherited
sendEnabled bool
是否发送(默认 true)
final
sendVolume int
发送音量0 - 100(默认 100)
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a non-existent method or property is accessed. [...]
inherited
toString() String
Returns a string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator. [...]
inherited