AudioFormat
Class AudioFormat
- java.lang.Object
-
- javax.sound.sampled.AudioFormat
public class AudioFormat extends Object
AudioFormat
is the class that specifies a particular arrangement of data in a sound stream. By examining the information stored in the audio format, you can discover how to interpret the bits in the binary sound data.
Every data line has an audio format associated with its data stream. The audio format of a source (playback) data line indicates what kind of data the data line expects to receive for output. For a target (capture) data line, the audio format specifies the kind of the data that can be read from the line. Sound files also have audio formats, of course. The