NERoomLiveConfig class Null safety
Audio and video codecs parameters
Constructors
- NERoomLiveConfig({bool singleVideoPassthrough = false, int audioBitrate = 64, NERoomLiveStreamAudioSampleRate sampleRate = NERoomLiveStreamAudioSampleRate.kAudioSampleRate48000, int channels = 2, NERoomLiveStreamAudioCodecProfile audioCodecProfile = NERoomLiveStreamAudioCodecProfile.kLCAAC})
Properties
- audioBitrate → int
-
Audio bitrate
final
- audioCodecProfile → NERoomLiveStreamAudioCodecProfile
-
Audio codecs
For more information, see NERoomLiveStreamAudioCodecProfile.
final
- channels → int
-
Audio channels
final
- hashCode → int
-
The hash code for this object.
read-only, inherited
- runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
- sampleRate → NERoomLiveStreamAudioSampleRate
-
Audio sample rate
final
- singleVideoPassthrough → bool
-
Enable or disable single video streaming in pass-through mode
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited