|
Préférences
Moteurs de recherche
|
|||||||||||||||||||||||
| JavaTM 2 Platform Std. Ed. v1.6.0
javax.sound.sampled
|
||||||||||||||||||||||||
| 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 mixer| Method Detail |
|---|
public final boolean equals(Object obj)
true if
they are identical.
obj - the reference object with which to compare this info
object
true if this info object is the same as the
obj argument; false otherwiseObject.hashCode(),
Hashtablepublic final int hashCode()
Object.equals(java.lang.Object),
Hashtablepublic final String getName()
public final String getVendor()
public final String getDescription()
public final String getVersion()
public final String toString()