AudioStream constructor
      
      AudioStream({})
     
    
    
Implementation
AudioStream({
  this.bitrateBps,
  this.channelCount,
  this.channelLayout,
  this.codec,
  this.displayName,
  this.languageCode,
  this.mapping,
  this.sampleRateHertz,
});