NERoomLiveStreamAudioSampleRate enum Null safety
Audio sample rate for live streaming
Constructors
- NERoomLiveStreamAudioSampleRate()
 - 
          
            const
 
Values
- kAudioSampleRate32000 → const NERoomLiveStreamAudioSampleRate
 - 
  
32K
const NERoomLiveStreamAudioSampleRate(0) - kAudioSampleRate44100 → const NERoomLiveStreamAudioSampleRate
 - 
  
44.1K
const NERoomLiveStreamAudioSampleRate(1) - kAudioSampleRate48000 → const NERoomLiveStreamAudioSampleRate
 - 
  
48K
const NERoomLiveStreamAudioSampleRate(2) 
Properties
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
 
Constants
- 
    values
  → const List<
NERoomLiveStreamAudioSampleRate>  - 
  A constant List of the values in this enum, in order of their declaration.
  
  
[kAudioSampleRate32000, kAudioSampleRate44100, kAudioSampleRate48000]