API Overview API Index Package Overview Direct link to this page
JDK 1.6
  javax.sound.sampled. Line.Info View Source
Author(s)
Kara Kytle
Since
1.3
Version
1.30, 05/11/17
Serial
Hierarchy
 Object
      Line.Info
Implements
Subclasses
Description
publicstatic class Line.Info
  A Line.Info object contains information about a line.
Constructors
public Line.Info (Class<Object> lineClass)
  Constructs an info object that describes a line of the specified class.
Methods
Hide/Show inherited methods
public Class<Object> getLineClass ()
  Obtains the class of the line that this Line.Info object describes.
public boolean matches (Info info)
  Indicates whether the specified info object matches this one.
public String toString ()
  Obtains a textual description of the line info.
Fields
Hide/Show inherited fields
Nested Classes
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar