Class NERoomCreateAudioMixingOption
-
- All Implemented Interfaces:
public final class NERoomCreateAudioMixingOption
-
-
Field Summary
Fields Modifier and Type Field Description private final Stringpathprivate final IntegerloopCountprivate final BooleansendEnabledprivate final IntegersendVolumeprivate final BooleanplaybackEnabledprivate final IntegerplaybackVolumeprivate final LongstartTimeStampprivate final NERoomRtcAudioStreamTypesendWithAudioType
-
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 StringgetPath()final IntegergetLoopCount()final BooleangetSendEnabled()final IntegergetSendVolume()final BooleangetPlaybackEnabled()final IntegergetPlaybackVolume()final LonggetStartTimeStamp()final NERoomRtcAudioStreamTypegetSendWithAudioType()-
-
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()
-
-
-
-