|
JavaTM 2 Platform Std. Ed. v1.3 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--javax.sound.sampled.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. This information may be retrieved through the
getMixerInfo
method of the Mixer
interface.
Constructor Summary | |
protected |
Mixer.Info(String name,
String vendor,
String description,
String version)
Constructs a mixer's info object, passing it the given textual information. |
Method Summary | |
boolean |
equals(Object obj)
Indicates whether two info objects are equal, returning true if
they are identical. |
String |
getDescription()
Obtains the description of the mixer. |
String |
getName()
Obtains the name of the mixer. |
String |
getVendor()
Obtains the vendor of the mixer. |
String |
getVersion()
Obtains the version of the mixer. |
int |
hashCode()
Finalizes the hashcode method. |
String |
toString()
Provides a string representation of the mixer info. |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
protected Mixer.Info(String name, String vendor, String description, String version)
name
- the name of the mixervendor
- the company who manufactures or creates the hardware
or software mixerdescription
- descriptive text about the mixerversion
- version information for the mixerMethod Detail |
public final boolean equals(Object obj)
true
if
they are identical.equals
in class Object
obj
- the reference object with which to compare this info
objecttrue
if this info object is the same as the
obj
argument; false
otherwisepublic final int hashCode()
hashCode
in class Object
public final String getName()
public final String getVendor()
public final String getDescription()
public final String getVersion()
public final String toString()
toString
in class Object
|
JavaTM 2 Platform Std. Ed. v1.3 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Java, Java 2D, and JDBC are trademarks or registered trademarks of Sun Microsystems, Inc. in the US and other countries.
Copyright 1993-2000 Sun Microsystems, Inc. 901 San Antonio Road
Palo Alto, California, 94303, U.S.A. All Rights Reserved.