Uses of Interface javax.sound.sampled.Line

Uses in package javax.sound.sampled

Constructors with parameter type javax.sound.sampled.Line

LineEvent.LineEvent(Line line, LineEvent.Type type, long pos)
Create a new LineEvent with the indicated line, type, and frame position.

Methods with parameter type javax.sound.sampled.Line

boolean
Mixer.isSynchronizationSupported(Line[] lines, boolean sync)
Return true if this Mixer supports synchronization of the given set of lines.
void
Mixer.synchronize(Line[] lines, boolean sync)
Start synchronization on the given set of lines.
void
Stop synchronization for the given set of lines.

Methods with return type javax.sound.sampled.Line

Line
Return the Line associated with this event.
Line
Return a line matching the provided description.
Line
Return a Line associated with this Mixer, given its description.
Line[]
Return an array of all the source lines available in this Mixer.
Line[]
Return an array of all the target lines available in this Mixer.