public abstract class MixerProvider
extends java.lang.Object
Constructor and Description |
---|
MixerProvider() |
Modifier and Type | Method and Description |
---|---|
abstract Mixer |
getMixer(Mixer.Info info) |
abstract Mixer.Info[] |
getMixerInfo() |
boolean |
isMixerSupported(Mixer.Info info) |
public boolean isMixerSupported(Mixer.Info info)
public abstract Mixer.Info[] getMixerInfo()
public abstract Mixer getMixer(Mixer.Info info)