AVAudioSessionChannelDescription constructor

AVAudioSessionChannelDescription(
  1. String name,
  2. int number,
  3. String owningPortUid,
  4. int label,
)

Implementation

AVAudioSessionChannelDescription(
  this.name,
  this.number,
  this.owningPortUid,
  this.label,
);