|
|||||||||
| Home >> All >> javax >> sound >> [ sampled overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
javax.sound.sampled
Class Line.Info

java.lang.Objectjavax.sound.sampled.Line.Info
- Direct Known Subclasses:
- DataLine.Info, Port.Info
- Enclosing class:
- Line
- public static class Line.Info
- extends java.lang.Object
An object of this type holds information about a Line.
- Since:
- 1.3
| Field Summary | |
private java.lang.Class |
klass
|
| Constructor Summary | |
Line.Info(java.lang.Class klass)
Create a new Info object. |
|
| Method Summary | |
java.lang.Class |
getLineClass()
Return the line's class. |
boolean |
matches(Line.Info other)
Return true if this Info object matches the given object. |
java.lang.String |
toString()
Return a description of this Info object. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
klass
private java.lang.Class klass
| Constructor Detail |
Line.Info
public Line.Info(java.lang.Class klass)
- Create a new Info object. The argument is the class of the line,
for instance TargetDataLine.class.
| Method Detail |
getLineClass
public java.lang.Class getLineClass()
- Return the line's class.
matches
public boolean matches(Line.Info other)
- Return true if this Info object matches the given object.
toString
public java.lang.String toString()
- Return a description of this Info object.
|
|||||||||
| Home >> All >> javax >> sound >> [ sampled overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC
javax.sound.sampled.Line.Info