AudioChannelInput constructor

AudioChannelInput({
  1. int? channel,
  2. double? gainDb,
  3. String? key,
  4. int? track,
})

Implementation

AudioChannelInput({
  this.channel,
  this.gainDb,
  this.key,
  this.track,
});