Frames | No Frames |
Methods with return type javax.sound.sampled.AudioInputStream | |
AudioInputStream | Return an AudioInputStream for the given file. |
AudioInputStream | Return an AudioInputStream wrapping the given input stream. |
AudioInputStream | Return an AudioInputStream for the given URL. |
Methods with parameter type javax.sound.sampled.AudioInputStream | |
AudioFileFormat.Type[] | Return an array of all the supported AudioFileFormat types which match the
given audio input stream
|
AudioInputStream | Given an audio input stream, this will try to create a new audio input
stream whose format matches the given target format. |
AudioInputStream | Given an audio input stream, this will try to create a new audio input
stream whose encoding matches the given target encoding. |
boolean | Return true if the given audio file format is supported for the
given audio input stream by one of the providers installed on the
system.
|
void | Open a clip, given an audio input stream.
|
int | Write an audio input stream to the given file, using the specified
audio file format. |
int | Write an audio input stream to the given output stream, using the
specified audio file format. |
Methods with return type javax.sound.sampled.AudioInputStream | |
AudioInputStream | Return an audio input stream for the file.
|
AudioInputStream | Return an audio input stream given an input stream.
|
AudioInputStream | Return an audio input stream for the given URL.
|
AudioInputStream | Given an audio input stream, this will try to create a new audio input
stream whose format matches the given target format. |
AudioInputStream | Given an audio input stream, this will try to create a new audio input
stream whose encoding matches the given target encoding. |
Methods with return type javax.sound.sampled.AudioInputStream | |
AudioInputStream | Return an AudioInputStream for the given file. |
AudioInputStream | Return an AudioInputStream wrapping the given input stream. |
AudioInputStream | Return an AudioInputStream for the given URL. |
Methods with parameter type javax.sound.sampled.AudioInputStream | |
@Override | |
@Override | |
@Override |
Methods with parameter type javax.sound.sampled.AudioInputStream | |
AudioFileFormat.Type[] | Return an array of all the audio file format types supported by this
provider, which can be written given the input stream.
|
AudioInputStream | Return an audio input stream given the desired target format and
another audio input stream. |
AudioInputStream | FormatConversionProvider.getAudioInputStream(AudioFormat.Encoding encoding, AudioInputStream source) Return an audio input stream given the desired target encoding and
another audio input stream. |
boolean | Return true if the indicated type is supported by this provider,
and can be written from the given audio input stream.
|
int | Write audio data to a file.
|
int | Write audio data to an output stream.
|
Methods with return type javax.sound.sampled.AudioInputStream | |
AudioInputStream | Return an AudioInputStream for the given file. |
AudioInputStream | Return an AudioInputStream wrapping the given input stream. |
AudioInputStream | Return an AudioInputStream for the given URL. |
AudioInputStream | Return an audio input stream given the desired target format and
another audio input stream. |
AudioInputStream | FormatConversionProvider.getAudioInputStream(AudioFormat.Encoding encoding, AudioInputStream source) Return an audio input stream given the desired target encoding and
another audio input stream. |