API Overview API Index Package Overview Direct link to this page
JDK 1.6
  javax.sound.sampled.spi. AudioFileWriter View Source
Author(s)
Kara Kytle
Since
1.3
Version
1.25, 05/11/17
Serial
Hierarchy
 Object
      AudioFileWriter
Implements
Subclasses
Description
publicabstract abstract class AudioFileWriter
  Provider for audio file writing services.
See also:   
Constructors
public AudioFileWriter ()
Methods
Hide/Show inherited methods
publicabstract Type getAudioFileTypes ()
  Obtains the file types for which file writing support is provided by this audio file writer.
publicabstract Type getAudioFileTypes (AudioInputStream stream)
  Obtains the file types that this audio file writer can write from the audio input stream specified.
public boolean isFileTypeSupported (Type fileType)
  Indicates whether file writing support for the specified file type is provided by this audio file writer.
public boolean isFileTypeSupported (Type fileType, AudioInputStream stream)
  Indicates whether an audio file of the type specified can be written from the audio input stream indicated.
publicabstract int write (AudioInputStream stream, Type fileType, File out) throws IOException
  Writes a stream of bytes representing an audio file of the file format indicated to the external file provided.
publicabstract int write (AudioInputStream stream, Type fileType, OutputStream out) throws IOException
  Writes a stream of bytes representing an audio file of the file type indicated to the output stream provided.
Fields
Hide/Show inherited fields
Nested Classes
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar