KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > javax > sound > sampled > AudioFileFormat > Top Examples

  • javax.sound.sampled.AudioSystem
    $fb TODO: - consistent usage of (typed) collections The <code>AudioSystem</code> class acts as the entry point to the sampled-audio system resources. This class lets you query and access the mixers that are installed on the system. <code>AudioSystem</code> includes a numbe ...
  • javax.sound.sampled.spi.AudioFileWriter
    Provider for audio file writing services. Classes providing concrete implementations can write one or more types of audio file from an audio stream. @author Kara Kytle @version 1.24, 03/12/19 @since 1.3
  • javax.sound.sampled.spi.AudioFileReader
    Provider for audio file reading services. Classes providing concrete implementations can parse the format information from one or more types of audio file, and can produce audio input streams from files of these types. @author Kara Kytle @version 1.15 03/12/19 @since 1.3
Popular Tags