nbrChannels method

int nbrChannels()

Implementation

int nbrChannels() => (nbChannels == NbChannels.stereo) ? 2 : 1;