Uses of Class
javax.sound.sampled.Line.Info
Package
Description
Provides interfaces and classes for capture, processing, and playback of
sampled audio data.
-
Uses of Line.Info in javax.sound.sampled
Modifier and TypeClassDescriptionstatic class
Besides the class information inherited from its superclass,DataLine.Info
provides additional information specific to data lines.static class
ThePort.Info
class extendsLine.Info
with additional information specific to ports, including the port's name and whether it is a source or a target for its mixer.Modifier and TypeMethodDescriptionLine.getLineInfo()
Obtains theLine.Info
object describing this line.static Line.Info[]
AudioSystem.getSourceLineInfo
(Line.Info info) Obtains information about all source lines of a particular type that are supported by the installed mixers.Mixer.getSourceLineInfo()
Obtains information about the set of source lines supported by this mixer.Mixer.getSourceLineInfo
(Line.Info info) Obtains information about source lines of a particular type supported by the mixer.static Line.Info[]
AudioSystem.getTargetLineInfo
(Line.Info info) Obtains information about all target lines of a particular type that are supported by the installed mixers.Mixer.getTargetLineInfo()
Obtains information about the set of target lines supported by this mixer.Mixer.getTargetLineInfo
(Line.Info info) Obtains information about target lines of a particular type supported by the mixer.Modifier and TypeMethodDescriptionstatic Line
Obtains a line that matches the description in the specifiedLine.Info
object.Obtains a line that is available for use and that matches the description in the specifiedLine.Info
object.int
Mixer.getMaxLines
(Line.Info info) Obtains the approximate maximum number of lines of the requested type that can be open simultaneously on the mixer.static Line.Info[]
AudioSystem.getSourceLineInfo
(Line.Info info) Obtains information about all source lines of a particular type that are supported by the installed mixers.Mixer.getSourceLineInfo
(Line.Info info) Obtains information about source lines of a particular type supported by the mixer.static Line.Info[]
AudioSystem.getTargetLineInfo
(Line.Info info) Obtains information about all target lines of a particular type that are supported by the installed mixers.Mixer.getTargetLineInfo
(Line.Info info) Obtains information about target lines of a particular type supported by the mixer.static boolean
AudioSystem.isLineSupported
(Line.Info info) Indicates whether the system supports any lines that match the specifiedLine.Info
object.boolean
Mixer.isLineSupported
(Line.Info info) Indicates whether the mixer supports a line (or lines) that match the specifiedLine.Info
object.boolean
Determines whether the specified info object matches this one.boolean
Indicates whether the specified info object matches this one.boolean
Indicates whether this info object specified matches this one.