|
JavaTM 2 Platform Std. Ed. v1.4.0 |
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use LineUnavailableException | |
javax.sound.sampled | Provides interfaces and classes for capture, processing, and playback of sampled audio data. |
Uses of LineUnavailableException in javax.sound.sampled |
Methods in javax.sound.sampled that throw LineUnavailableException | |
void |
SourceDataLine.open(AudioFormat format,
int bufferSize)
Opens the line with the specified format and suggested buffer size, causing the line to acquire any required system resources and become operational. |
void |
SourceDataLine.open(AudioFormat format)
Opens the line with the specified format, causing the line to acquire any required system resources and become operational. |
Line |
Mixer.getLine(Line.Info info)
Obtains a line that is available for use and that matches the description in the specified Line.Info object. |
static Line |
AudioSystem.getLine(Line.Info info)
Obtains a line that matches the description in the specified Line.Info object. |
void |
TargetDataLine.open(AudioFormat format,
int bufferSize)
Opens the line with the specified format and requested buffer size, causing the line to acquire any required system resources and become operational. |
void |
TargetDataLine.open(AudioFormat format)
Opens the line with the specified format, causing the line to acquire any required system resources and become operational. |
void |
Line.open()
Opens the line, indicating that it should acquire any required system resources and become operational. |
void |
Clip.open(AudioFormat format,
byte[] data,
int offset,
int bufferSize)
Opens the clip, meaning that it should acquire any required system resources and become operational. |
void |
Clip.open(AudioInputStream stream)
Opens the clip with the format and audio data present in the provided audio input stream. |
|
JavaTM 2 Platform Std. Ed. v1.4.0 |
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Java, Java 2D, and JDBC are trademarks or registered trademarks of Sun Microsystems, Inc. in the US and other countries.
Copyright 1993-2002 Sun Microsystems, Inc. 901 San Antonio Road
Palo Alto, California, 94303, U.S.A. All Rights Reserved.