ChannelLayout constructor

ChannelLayout({
  1. required int channelLayoutTag,
  2. required int channelBitmap,
  3. required int numberChannelDescriptions,
  4. required List<ChannelDescription> channels,
})

Implementation

ChannelLayout({
  required this.channelLayoutTag,
  required this.channelBitmap,
  required this.numberChannelDescriptions,
  required this.channels,
});