AudioQualityImpl constructor

AudioQualityImpl(
  1. String id,
  2. int uid,
  3. String? _name,
  4. int _bandwidth,
  5. String? _codecs,
  6. int _audioSamplingRate,
)

Implementation

AudioQualityImpl(super.id, super.uid, this._name, this._bandwidth, this._codecs, this._audioSamplingRate);