java.lang.ObjectA provider or factory for a particular mixer type. This mechanism allows the implementation to determine how resources are managed in creation / management of a mixer.javax.sound.sampled.spi.MixerProvider
Kara
- Kytle1.3
- Method from javax.sound.sampled.spi.MixerProvider Summary: |
---|
getMixer, getMixerInfo, isMixerSupported |
Methods from java.lang.Object: |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method from javax.sound.sampled.spi.MixerProvider Detail: |
---|
The full set of the mixer info objects that represent the mixers supported by this {@code MixerProvider} may be obtained through the {@code getMixerInfo} method. Use the {@code isMixerSupported} method to test whether this {@code MixerProvider} supports a particular mixer. |
The {@code isMixerSupported} method returns {@code true} for all the info objects returned by this method. The corresponding mixer instances for the info objects are returned by the {@code getMixer} method. |
The full set of mixer info objects that represent the mixers supported by this {@code MixerProvider} may be obtained through the {@code getMixerInfo} method. |