API Overview API Index Package Overview Direct link to this page
JDK 1.6
  javax.sound.sampled. Mixer.Info View Source
Author(s)
Kara Kytle
Since
1.3
Version
1.32, 05/11/17
Serial
Hierarchy
 Object
      Mixer.Info
Implements
Subclasses
Description
publicstatic class Mixer.Info
  The Mixer.Info class represents information about an audio mixer, including the product's name, version, and vendor, along with a textual description.
See also:   
Constructors
protected Mixer.Info (String name, String vendor, String description, String version)
  Constructs a mixer's info object, passing it the given textual information.
Methods
Hide/Show inherited methods
publicfinal boolean equals (Object obj)
  Indicates whether two info objects are equal, returning true if they are identical.
publicfinal String getDescription ()
  Obtains the description of the mixer.
publicfinal String getName ()
  Obtains the name of the mixer.
publicfinal String getVendor ()
  Obtains the vendor of the mixer.
publicfinal String getVersion ()
  Obtains the version of the mixer.
publicfinal int hashCode ()
  Finalizes the hashcode method.
publicfinal String toString ()
  Provides a string representation of the mixer info.
Fields
Hide/Show inherited fields
Nested Classes
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar