Class NERoomCreateAudioMixingOption
-
- All Implemented Interfaces:
public final class NERoomCreateAudioMixingOption
-
-
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 NERoomRtcAudioStreamType
sendWithAudioType
-
Constructor Summary
Constructors Constructor Description NERoomCreateAudioMixingOption(String path, Integer loopCount, Boolean sendEnabled, Integer sendVolume, Boolean playbackEnabled, Integer playbackVolume, Long startTimeStamp, NERoomRtcAudioStreamType 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 NERoomRtcAudioStreamType
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()
-
getSendWithAudioType
final NERoomRtcAudioStreamType getSendWithAudioType()
-
-
-
-