-
- All Implemented Interfaces:
public final class NERoomLiveConfig
-
-
Field Summary
Fields Modifier and Type Field Description private Boolean
singleVideoPassThrough
private Integer
audioBitrate
private NERoomLiveStreamAudioSampleRate
sampleRate
private Integer
channels
private NERoomLiveStreamAudioCodecProfile
audioCodecProfile
-
Constructor Summary
Constructors Constructor Description NERoomLiveConfig()
-
Method Summary
Modifier and Type Method Description final Boolean
getSingleVideoPassThrough()
final Unit
setSingleVideoPassThrough(Boolean singleVideoPassThrough)
final Integer
getAudioBitrate()
final Unit
setAudioBitrate(Integer audioBitrate)
final NERoomLiveStreamAudioSampleRate
getSampleRate()
final Unit
setSampleRate(NERoomLiveStreamAudioSampleRate sampleRate)
final Integer
getChannels()
final Unit
setChannels(Integer channels)
final NERoomLiveStreamAudioCodecProfile
getAudioCodecProfile()
final Unit
setAudioCodecProfile(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)
-
-
-
-