static int dm_audioInputChannels() { AudioFormat f = dm_audioInputFormat(); ret f == null ? 0 : f.getChannels(); }