Frames | No Frames |
Constructors with parameter type javax.sound.sampled.AudioFormat | |
Methods with parameter type javax.sound.sampled.AudioFormat | |
void | Open the line, given the desired audio format.
|
void | Open the line, given the desired audio format and the buffer size.
|
void |
Methods with return type javax.sound.sampled.AudioFormat | |
AudioFormat |
Constructors with parameter type javax.sound.sampled.AudioFormat | |
AudioFileFormat.AudioFileFormat(AudioFileFormat.Type type, int byteLen, AudioFormat fmt, int frameLen) Create a new AudioFileFormat given the type, the byte length, the format,
and the frame length. | |
Create a new AudioFileFormat given the type, the format, and the
frame length. | |
AudioFileFormat.AudioFileFormat(AudioFileFormat.Type type, AudioFormat fmt, int frameLen, Map Create a new AudioFileFormat given the type, the format, the
frame length, and some properties. | |
Create a new AudioInputStream given an underlying InputStream,
the audio format, and the length of the data in frames. | |
Create a new Info given the line's class and a supported
audio format. | |
Create a new Info given the line's class, a supported
audio format, and a buffer size. | |
Create a new Info given the line's class, the supported audio formats,
the minimum buffer size, and the maximum buffer size.
|
Fields of type javax.sound.sampled.AudioFormat | |
AudioFormat | The format of the audio stream. |
Methods with parameter type javax.sound.sampled.AudioFormat | |
AudioInputStream | Given an audio input stream, this will try to create a new audio input
stream whose format matches the given target format. |
SourceDataLine | Return a source data line matching the given audio format.
|
SourceDataLine | Return a target data line matching the given audio format.
|
TargetDataLine | Find and return a target data line matching the given audio format.
|
TargetDataLine | Return a target data line matching the given audio format and
mixer.
|
AudioFormat.Encoding[] | Given a source format, return an array of all the target encodings to
which data in this format can be converted.
|
AudioFormat[] | Given a target encoding and a source audio format, return an array of all
matching audio formats to which data in this source format can be converted.
|
boolean | Return true if the currently installed providers are able to convert
the given source format to the given target format.
|
boolean | Return true if the currently installed providers are able to
convert data from the given source format to the given target encoding.
|
boolean | Return true if the indicated audio format is supported by this
Info, false otherwise.
|
boolean | Return true if this audio format matches another.
|
void | Open the line, given the desired audio format.
|
void | Open the line using the indicated audio format.
|
void | Open a clip, given an audio format and some data.
|
void | Open the line, given the desired audio format and the buffer size.
|
void | Open the line using the indicated audio format and buffer size.
|
Methods with return type javax.sound.sampled.AudioFormat | |
AudioFormat | Return the AudioFormat associated with this file format.
|
AudioFormat | Get the format associated with this stream.
|
AudioFormat | Return the current format of the data associated with this DataLine.
|
AudioFormat[] | Return the supported audio formats.
|
AudioFormat[] | Given a target encoding and a source audio format, return an array of all
matching audio formats to which data in this source format can be converted.
|
Methods with parameter type javax.sound.sampled.AudioFormat | |
AudioInputStream | Return an audio input stream given the desired target format and
another audio input stream. |
AudioFormat.Encoding[] | Return an array of all the target encodings that are available for a given
source format.
|
AudioFormat[] | Return a array of all the target formats that match given target encoding,
and to which this provider can convert the source format.
|
boolean | Return true if this provider supports conversions from the given
source format to the given target format.
|
boolean | Return true if this provider supports conversion from the given
source format to the given target encoding.
|
Methods with return type javax.sound.sampled.AudioFormat | |
AudioFormat[] | Return a array of all the target formats that match given target encoding,
and to which this provider can convert the source format.
|