public class AlsaDevicesParser extends Object
Modifier and Type | Class and Description |
---|---|
class |
AlsaDevicesParser.AlsaDeviceRecord |
Modifier and Type | Field and Description |
---|---|
protected static boolean |
DEBUG |
Constructor and Description |
---|
AlsaDevicesParser() |
Modifier and Type | Method and Description |
---|---|
int |
getDefaultDeviceNum(int card) |
boolean |
hasCaptureDevices() |
boolean |
hasCaptureDevices(int card) |
boolean |
hasMIDIDevices() |
boolean |
hasMIDIDevices(int card) |
boolean |
hasPlaybackDevices() |
boolean |
hasPlaybackDevices(int card) |
void |
Log(String heading) |
void |
scan() |
protected static final boolean DEBUG
public int getDefaultDeviceNum(int card)
public boolean hasPlaybackDevices()
public boolean hasPlaybackDevices(int card)
public boolean hasCaptureDevices()
public boolean hasCaptureDevices(int card)
public boolean hasMIDIDevices()
public boolean hasMIDIDevices(int card)
public void scan()
public void Log(String heading)