AudioSettings constructor

AudioSettings({
  1. int bitrate = 80 * 1000,
})

Implementation

AudioSettings({
  this.bitrate = 80 * 1000,
});