Class NERoomLiveConfig
-
- All Implemented Interfaces:
public final class NERoomLiveConfig
-
-
Field Summary
Fields Modifier and Type Field Description private BooleansingleVideoPassThroughprivate IntegeraudioBitrateprivate NERoomLiveStreamAudioSampleRatesampleRateprivate Integerchannelsprivate NERoomLiveStreamAudioCodecProfileaudioCodecProfile
-
Constructor Summary
Constructors Constructor Description NERoomLiveConfig()
-
Method Summary
Modifier and Type Method Description final BooleangetSingleVideoPassThrough()final UnitsetSingleVideoPassThrough(Boolean singleVideoPassThrough)final IntegergetAudioBitrate()final UnitsetAudioBitrate(Integer audioBitrate)final NERoomLiveStreamAudioSampleRategetSampleRate()final UnitsetSampleRate(NERoomLiveStreamAudioSampleRate sampleRate)final IntegergetChannels()final UnitsetChannels(Integer channels)final NERoomLiveStreamAudioCodecProfilegetAudioCodecProfile()final UnitsetAudioCodecProfile(NERoomLiveStreamAudioCodecProfile audioCodecProfile)-
-
Method Detail
-
getSingleVideoPassThrough
final Boolean getSingleVideoPassThrough()
-
setSingleVideoPassThrough
final Unit setSingleVideoPassThrough(Boolean singleVideoPassThrough)
-
getAudioBitrate
final Integer getAudioBitrate()
-
setAudioBitrate
final Unit setAudioBitrate(Integer audioBitrate)
-
getSampleRate
final NERoomLiveStreamAudioSampleRate getSampleRate()
-
setSampleRate
final Unit setSampleRate(NERoomLiveStreamAudioSampleRate sampleRate)
-
getChannels
final Integer getChannels()
-
setChannels
final Unit setChannels(Integer channels)
-
getAudioCodecProfile
final NERoomLiveStreamAudioCodecProfile getAudioCodecProfile()
-
setAudioCodecProfile
final Unit setAudioCodecProfile(NERoomLiveStreamAudioCodecProfile audioCodecProfile)
-
-
-
-