public class LeaveChannelOptions
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
boolean |
stopAllEffect
Determines whether to stop all music effects when leave channel.
|
boolean |
stopAudioMixing
Determines whether to stop playing and mixing the music file when leave channel.
|
boolean |
stopMicrophoneRecording
Determines whether to stop microphone recording when leave channel.
|
boolean |
unloadAllEffect
Determines whether to stop all music effects when leave channel.
|
| Constructor and Description |
|---|
LeaveChannelOptions() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isStopAllEffect() |
boolean |
isStopAudioMixing() |
boolean |
isStopMicrophoneRecording() |
boolean |
isUnloadAllEffect() |
java.lang.String |
toString() |
public boolean stopAudioMixing
public boolean stopAllEffect
public boolean unloadAllEffect
public boolean stopMicrophoneRecording
public boolean isStopAudioMixing()
public boolean isStopAllEffect()
public boolean isUnloadAllEffect()
public boolean isStopMicrophoneRecording()
public java.lang.String toString()
toString in class java.lang.Object