-
public final class NEVoiceRoomCreateAudioMixingOption
-
-
Field Summary
Fields Modifier and Type Field Description private final String
path
private final Integer
loopCount
private final Boolean
sendEnabled
private final Integer
sendVolume
private final Boolean
playbackEnabled
private final Integer
playbackVolume
-
Method Summary
Modifier and Type Method Description final String
getPath()
final Integer
getLoopCount()
final Boolean
getSendEnabled()
final Integer
getSendVolume()
final Boolean
getPlaybackEnabled()
final Integer
getPlaybackVolume()
-
-
Method Detail
-
getLoopCount
final Integer getLoopCount()
-
getSendEnabled
final Boolean getSendEnabled()
-
getSendVolume
final Integer getSendVolume()
-
getPlaybackEnabled
final Boolean getPlaybackEnabled()
-
getPlaybackVolume
final Integer getPlaybackVolume()
-
-
-
-