-
public final class NEVoiceRoomCreateAudioEffectOption
-
-
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
private final Long
startTimestamp
private final Long
progressInterval
private final NEVoiceRoomRtcAudioStreamType
sendWithAudioType
-
Constructor Summary
Constructors Constructor Description NEVoiceRoomCreateAudioEffectOption(String path, Integer loopCount, Boolean sendEnabled, Integer sendVolume, Boolean playbackEnabled, Integer playbackVolume, Long startTimestamp, Long progressInterval, NEVoiceRoomRtcAudioStreamType sendWithAudioType)
-
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()
final Long
getStartTimestamp()
final Long
getProgressInterval()
final NEVoiceRoomRtcAudioStreamType
getSendWithAudioType()
-
-
Method Detail
-
getLoopCount
final Integer getLoopCount()
-
getSendEnabled
final Boolean getSendEnabled()
-
getSendVolume
final Integer getSendVolume()
-
getPlaybackEnabled
final Boolean getPlaybackEnabled()
-
getPlaybackVolume
final Integer getPlaybackVolume()
-
getStartTimestamp
final Long getStartTimestamp()
-
getProgressInterval
final Long getProgressInterval()
-
getSendWithAudioType
final NEVoiceRoomRtcAudioStreamType getSendWithAudioType()
-
-
-
-