public class AlsaMixer
extends java.lang.Object
Constructor and Description |
---|
AlsaMixer(java.lang.String strMixerName) |
Modifier and Type | Method and Description |
---|---|
int |
close()
Calls snd_mixer_close().
|
int |
readControlList(int[] anIndices,
java.lang.String[] astrNames)
The caller has to allocate the indices and names arrays big
enough to hold information on all controls.
|
static void |
setTrace(boolean bTrace) |
public AlsaMixer(java.lang.String strMixerName) throws java.lang.Exception
java.lang.Exception
public int close()
public int readControlList(int[] anIndices, java.lang.String[] astrNames)
public static void setTrace(boolean bTrace)