AmbientSoundConfig constructor

AmbientSoundConfig({
  1. String? gcsUri,
  2. String? prebuiltAmbientNoise,
  3. String? prebuiltAmbientSound,
  4. double? volumeGainDb,
})

Implementation

AmbientSoundConfig({
  this.gcsUri,
  this.prebuiltAmbientNoise,
  this.prebuiltAmbientSound,
  this.volumeGainDb,
});