public class AlsaPcmHWParamsFormatMask
extends java.lang.Object
Constructor and Description |
---|
AlsaPcmHWParamsFormatMask() |
Modifier and Type | Method and Description |
---|---|
void |
any()
Calls snd_pcm_format_mask_any().
|
void |
finalize() |
void |
free()
Calls snd_pcm_format_mask_free().
|
void |
none()
Calls snd_pcm_format_mask_none().
|
void |
reset(int nFormat)
Calls snd_pcm_format_mask_reset().
|
void |
set(int nFormat)
Calls snd_pcm_format_mask_set().
|
boolean |
test(int nFormat)
Calls snd_pcm_format_mask_test().
|
public void finalize()
finalize
in class java.lang.Object
public void free()
public void none()
public void any()
public boolean test(int nFormat)
public void set(int nFormat)
public void reset(int nFormat)