Class Alsa

java.lang.Object
net.avadeaux.klipspringer.alsa.Alsa
All Implemented Interfaces:
Closeable, AutoCloseable
Direct Known Subclasses:
Alsa.Player, Alsa.Tuner

public abstract class Alsa extends Object implements Closeable
Base class that has static members for accessing ALSA devices, as well as being a common base class for Alsa.Player and Alsa.Tuner classes used for sending to or receiving from specific devices. Alsa.Player.devices and Alsa.Tuner.devices can be used for finding out what devices are available.