KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > javax > sound > sampled > DataLine > 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 ...
  • org.apache.tools.ant.taskdefs.optional.sound.AntSoundPlayer
    This class is designed to be used by any AntTask that requires audio output. It implements the BuildListener interface to listen for BuildEvents and could be easily extended to provide audio output upon any specific build events occuring. I have only tested this with .WAV and .AIFF sound file fo ...
  • javax.swing.plaf.basic.BasicLookAndFeel
    Implements the a standard base LookAndFeel class from which standard desktop LookAndFeel classes (JLF, Mac, Windows, etc.) can be derived. This class cannot be instantiated directly, however the UI classes "Basic" defines can be. <p> <strong>Warning:</strong> Serialized objects ...
  • javax.sound.sampled.TargetDataLine
    A target data line is a type of <code>{@link DataLine}</code> from which audio data can be read. The most common example is a data line that gets its data from an audio capture device. (The device is implemented as a mixer that writes to the target data line.) <p> Note that the ...
Popular Tags