Access | Constructor and Description |
---|---|
protected |
Modifier and Type | Method and Description |
---|---|
public abstract Mixer | |
public abstract Mixer. | Returns: a set of mixer info objectsObtains the set of info objects representing the mixer or mixers provided by this MixerProvider. |
public boolean | Returns: true if the specified mixer is supported, otherwise
false an info object that describes the mixer for which support is
queried infoIndicates whether the mixer provider supports the mixer represented by the specified mixer info object. |
MixerProvider | back to summary |
---|---|
protected MixerProvider() Constructor for subclasses to call. |
getMixer | back to summary |
---|---|
public abstract Mixer getMixer(Mixer. Obtains an instance of the mixer represented by the info object. If
The full set of the mixer info objects that represent the mixers
supported by this
|
getMixerInfo | back to summary |
---|---|
public abstract Mixer. Obtains the set of info objects representing the mixer or mixers provided by this MixerProvider.
The
|
isMixerSupported | back to summary |
---|---|
public boolean isMixerSupported(final Mixer. Indicates whether the mixer provider supports the mixer represented by the specified mixer info object.
The full set of mixer info objects that represent the mixers supported by
this
|