javax.sound.sampled
public static class Mixer.Info extends Object
Since: 1.3
| Constructor Summary | |
|---|---|
| protected | Info(String name, String vendor, String desc, String vers)
Create a new mixer description. |
| Method Summary | |
|---|---|
| boolean | equals(Object o) |
| String | getDescription()
Return the mixer's description. |
| String | getName()
Return the name of the mixer. |
| String | getVendor()
Return the mixer's vendor. |
| String | getVersion()
Return the mixer's version. |
| int | hashCode() |
| String | toString() |
Parameters: name the name of the mixer vendor the vendor desc a descriptive string vers the mixer's version