Uses of Class javax.sound.sampled.Line.Info

Uses in package javax.sound.sampled

Classes derived from javax.sound.sampled.Line.Info

class
This class extends Line.Info with information specific to DataLine.
class
This describes a single port.

Methods with parameter type javax.sound.sampled.Line.Info

Line
Return a line matching the provided description.
Line
Return a Line associated with this Mixer, given its description.
int
Return the number of lines matching this description.
Line.Info[]
Return an array of descriptions of all the source lines matching the given line description.
Line.Info[]
Return an array of Info objects describing all the source lines available in this Mixer, which match the provided decsription.
Line.Info[]
Given a line description, return an array of descriptions of all the matching target lines.
Line.Info[]
Return an array of Info objects describing all the target lines available in this Mixer, which match the provided decsription.
boolean
Return true if some provider on the system supplies a line matching the argument.
boolean
Return true if a Line matching the given description is supported by this Mixer, false otherwise.
boolean
Return true if this Info matches another Info object.
boolean
Return true if this Info object matches the given object.
boolean
Return true if this Info object matches the given object.

Methods with return type javax.sound.sampled.Line.Info

Line.Info
Return the Info object associated with this Line.
Line.Info[]
Return an array of Info objects describing all the source lines available in this Mixer.
Line.Info[]
Return an array of descriptions of all the source lines matching the given line description.
Line.Info[]
Return an array of Info objects describing all the source lines available in this Mixer, which match the provided decsription.
Line.Info[]
Return an array of Info objects describing all the target lines available in this Mixer.
Line.Info[]
Given a line description, return an array of descriptions of all the matching target lines.
Line.Info[]
Return an array of Info objects describing all the target lines available in this Mixer, which match the provided decsription.