AudioChannel constructor

AudioChannel({
  1. List<AudioChannelInput>? inputs,
})

Implementation

AudioChannel({
  this.inputs,
});