| Frames | No Frames | 
Constructors with parameter type javax.sound.sampled.AudioFormat.Encoding | |
AudioFormat.AudioFormat(AudioFormat.Encoding encoding, float sampleRate, int sampleSizeInBits, int channels, int frameSize, float frameRate, boolean bigEndian)  Create a new audio format, given various attributes of it.
  | |
AudioFormat.AudioFormat(AudioFormat.Encoding encoding, float sampleRate, int sampleSizeInBits, int channels, int frameSize, float frameRate, boolean bigEndian, Map  Create a new audio format, given various attributes of it.
  | |
Fields of type javax.sound.sampled.AudioFormat.Encoding | |
| AudioFormat.Encoding | The ALAW encoding.    | 
| AudioFormat.Encoding | The signed PCM encoding.    | 
| AudioFormat.Encoding | The unsigned PCM encoding.    | 
| AudioFormat.Encoding | The ULAW encoding.    | 
| AudioFormat.Encoding |  The encoding of this format.
  | 
Methods with parameter type javax.sound.sampled.AudioFormat.Encoding | |
| AudioInputStream |  Given an audio input stream, this will try to create a new audio input
 stream whose encoding matches the given target encoding.    | 
| AudioFormat.Encoding[] |  Given a source encoding, return an array of all target encodings to which
 data in this form can be converted.
  | 
| AudioFormat[] |  Given a target encoding and a source audio format, return an array of all
 matching audio formats to which data in this source format can be converted.
  | 
| boolean |  Return true if the currently installed providers are able to
 convert data from the given source format to the given target encoding.
  | 
Methods with return type javax.sound.sampled.AudioFormat.Encoding | |
| AudioFormat.Encoding |  Return the encoding of this format.
  | 
| AudioFormat.Encoding[] |  Given a source format, return an array of all the target encodings to
 which data in this format can be converted.
  | 
| AudioFormat.Encoding[] |  Given a source encoding, return an array of all target encodings to which
 data in this form can be converted.
  | 
Methods with parameter type javax.sound.sampled.AudioFormat.Encoding | |
| AudioInputStream | FormatConversionProvider.getAudioInputStream(AudioFormat.Encoding encoding, AudioInputStream source)  Return an audio input stream given the desired target encoding and
 another audio input stream.    | 
| AudioFormat[] |  Return a array of all the target formats that match given target encoding,
 and to which this provider can convert the source format.
  | 
| boolean |  Return true if this provider supports conversion from the given
 source format to the given target encoding.
  | 
| boolean |  Return true if an encoding matching the argument is supported as a
 source encoding by this provider.
  | 
| boolean |  Return true if an encoding matching the argument is supported as a
 target encoding by this provider.
  | 
Methods with return type javax.sound.sampled.AudioFormat.Encoding | |
| AudioFormat.Encoding[] |  Return an array of all the source encodings supported by this conversion
 provider.
  | 
| AudioFormat.Encoding[] |  Return an array of all the target encodings supported by this conversion
 provider.
  | 
| AudioFormat.Encoding[] |  Return an array of all the target encodings that are available for a given
 source format.
  |