MixedStreamAudioConfig constructor

MixedStreamAudioConfig({
  1. MixedStreamAudioCodecType audioCodec = $p.MixedStreamAudioCodecType.aac,
  2. int bitrate = 64,
  3. int sampleRate = 48000,
  4. int channels = 2,
  5. MixedStreamAudioProfile audioProfile = $p.MixedStreamAudioProfile.lc,
})

Implementation

MixedStreamAudioConfig({
  this.audioCodec = $p.MixedStreamAudioCodecType.aac,
  this.bitrate = 64,
  this.sampleRate = 48000,
  this.channels = 2,
  this.audioProfile = $p.MixedStreamAudioProfile.lc,
});