NEVoiceRoomCreateAudioMixingOption class

@property path 路径地址 @property loopCount 播放次数 @property sendEnabled 是否发送 @property sendVolume 发送音量 @property playbackEnabled 是否本地播放 @property playbackVolume 本地播放音量

Constructors

NEVoiceRoomCreateAudioMixingOption(String path, int loopCount, bool sendEnabled, int sendVolume, bool playbackEnabled, int playbackVolume)

Properties

hashCode int
The hash code for this object.
no setterinherited
loopCount int
final
path String
final
playbackEnabled bool
final
playbackVolume int
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sendEnabled bool
final
sendVolume int
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