API Overview API Index Package Overview Direct link to this page
JDK 1.6
  javax.sound.sampled. Mixer View Source
Author(s)
Kara Kytle
Since
1.3
Version
1.32, 05/11/17
Serial
Hierarchy
 Line
      Mixer
Subinterfaces
Description
public interface Mixer
  A mixer is an audio device with one or more lines.
See also:   
Methods
Hide/Show inherited methods
public Line getLine (Info info) throws LineUnavailableException
  Obtains a line that is available for use and that matches the description in the specified Line.Info object.
public int getMaxLines (Info info)
  Obtains the approximate maximum number of lines of the requested type that can be open simultaneously on the mixer.
public Info getMixerInfo ()
  Obtains information about this mixer, including the product's name, version, vendor, etc.
public Info getSourceLineInfo ()
  Obtains information about the set of source lines supported by this mixer.
public Info getSourceLineInfo (Info info)
  Obtains information about source lines of a particular type supported by the mixer.
public Line getSourceLines ()
  Obtains the set of all source lines currently open to this mixer.
public Info getTargetLineInfo ()
  Obtains information about the set of target lines supported by this mixer.
public Info getTargetLineInfo (Info info)
  Obtains information about target lines of a particular type supported by the mixer.
public Line getTargetLines ()
  Obtains the set of all target lines currently open from this mixer.
public boolean isLineSupported (Info info)
  Indicates whether the mixer supports a line (or lines) that match the specified Line.Info object.
public boolean isSynchronizationSupported (Line lines, boolean maintainSync)
  Reports whether this mixer supports synchronization of the specified set of lines.
public void synchronize (Line lines, boolean maintainSync)
  Synchronizes two or more lines.
public void unsynchronize (Line lines)
  Releases synchronization for the specified lines.
Fields
Hide/Show inherited fields
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar