|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object![]()
![]()
![]()
javax.sound.sampled.Mixer.Info

public static 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. This information may be retrieved through the
getMixerInfo
method of the Mixer interface.
| Constructor Summary | |
|---|---|
protected |
Mixer.Info
Constructs a mixer's info object, passing it the given textual information. |
| Method Summary | |
|---|---|
boolean |
equals
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 |
| 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.
equals

in class Object

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()
,
Hashtable


public final int hashCode()
hashCode

in class Object

Object.equals(java.lang.Object)
,
Hashtable


public final String![]()
![]()
getName()

public final String![]()
![]()
getVendor()

public final String![]()
![]()
getDescription()

public final String![]()
![]()
getVersion()

public final String![]()
![]()
toString()
toString

in class Object

|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||