API Overview API Index Package Overview Direct link to this page
JDK 1.6
  javax.sound.sampled.spi. MixerProvider View Source
Author(s)
Kara Kytle
Since
1.3
Version
1.19 05/11/17
Serial
Hierarchy
 Object
      MixerProvider
Implements
Subclasses
Description
publicabstract abstract class MixerProvider
  A provider or factory for a particular mixer type.
See also:   
Constructors
public MixerProvider ()
Methods
Hide/Show inherited methods
publicabstract Mixer getMixer (Info info)
  Obtains an instance of the mixer represented by the info object.
publicabstract Info getMixerInfo ()
  Obtains the set of info objects representing the mixer or mixers provided by this MixerProvider.
public boolean isMixerSupported (Info info)
  Indicates whether the mixer provider supports the mixer represented by the specified mixer info object.
Fields
Hide/Show inherited fields
Nested Classes
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar