GNU Classpath (0.95) | |
Frames | No Frames |
Methods with parameter type javax.sound.sampled.AudioFileFormat.Type | |
boolean | Return true if the indicated type is supported by this provider.
|
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.AudioFileFormat.Type | |
AudioFileFormat.Type[] | Return an array of all audio file format types supported by this
provider.
|
AudioFileFormat.Type[] | Return an array of all the audio file format types supported by this
provider, which can be written given the input stream.
|
Constructors with parameter type javax.sound.sampled.AudioFileFormat.Type | |
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. |
Fields of type javax.sound.sampled.AudioFileFormat.Type | |
AudioFileFormat.Type | The AIFC format. |
AudioFileFormat.Type | The AIFF format. |
AudioFileFormat.Type | The AU format. |
AudioFileFormat.Type | The SND format. |
AudioFileFormat.Type | The WAVE format. |
Methods with parameter type javax.sound.sampled.AudioFileFormat.Type | |
boolean | Return true if the given audio file format is supported by one of
the providers installed on the system.
|
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.
|
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.AudioFileFormat.Type | |
AudioFileFormat.Type[] | Return an array of all the supported AudioFileFormat types.
|
AudioFileFormat.Type[] | Return an array of all the supported AudioFileFormat types which match the
given audio input stream
|
AudioFileFormat.Type | Return the Type associated with this file format.
|
GNU Classpath (0.95) |