numChannels method

  1. @override
int? numChannels()
override

Audio device number of channels.

For audio devices only. null for video or if is unavailable.

Implementation

@override
int? numChannels() => _device.numChannels();