javax.sound.sampled

Class Mixer.Info

public static class Mixer.Info extends Object

An Info object describes a mixer.

Since: 1.3

Constructor Summary
protected Info(String name, String vendor, String desc, String vers)
Create a new mixer description.
Method Summary
booleanequals(Object o)
StringgetDescription()
Return the mixer's description.
StringgetName()
Return the name of the mixer.
StringgetVendor()
Return the mixer's vendor.
StringgetVersion()
Return the mixer's version.
inthashCode()
StringtoString()

Constructor Detail

Info

protected Info(String name, String vendor, String desc, String vers)
Create a new mixer description.

Parameters: name the name of the mixer vendor the vendor desc a descriptive string vers the mixer's version

Method Detail

equals

public final boolean equals(Object o)

getDescription

public final String getDescription()
Return the mixer's description.

getName

public final String getName()
Return the name of the mixer.

getVendor

public final String getVendor()
Return the mixer's vendor.

getVersion

public final String getVersion()
Return the mixer's version.

hashCode

public final int hashCode()

toString

public final String toString()