|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjavax.sound.sampled.spi.MixerProvider
public abstract class MixerProvider
This abstract class defines an interface to mixer providers. Concrete subclasses will implement the methods in this class.
| Constructor Summary | |
|---|---|
MixerProvider()
Create a new mixer provider. |
|
| Method Summary | |
|---|---|
abstract Mixer |
getMixer(Mixer.Info info)
Return a mixer that matches the given info object. |
abstract Mixer.Info[] |
getMixerInfo()
Return an array of info objects describing all the mixers provided by this provider. |
boolean |
isMixerSupported(Mixer.Info info)
Return true if a mixer matching the provided description is supported. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public MixerProvider()
| Method Detail |
|---|
public abstract Mixer getMixer(Mixer.Info info)
info - description of the mixer to match
IllegalArgumentException - if no mixer matches the descriptionpublic abstract Mixer.Info[] getMixerInfo()
public boolean isMixerSupported(Mixer.Info info)
info - description of the mixer to match
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||