ChannelLayout constructor
ChannelLayout({
- required int channelLayoutTag,
- required int channelBitmap,
- required int numberChannelDescriptions,
- required List<
ChannelDescription> channels,
Implementation
ChannelLayout({
required this.channelLayoutTag,
required this.channelBitmap,
required this.numberChannelDescriptions,
required this.channels,
});