javax.sound.sampled
public static class Line.Info extends Object
Since: 1.3
Constructor Summary | |
---|---|
Info(Class<?> klass)
Create a new Info object. |
Method Summary | |
---|---|
Class<?> | getLineClass()
Return the line's class. |
boolean | matches(Line.Info other)
Return true if this Info object matches the given object. |
String | toString()
Return a description of this Info object. |
Parameters: klass the class of the line
Parameters: other the object to match
Returns: true if they match, false otherwise