API Overview API Index Package Overview Direct link to this page
JDK 1.6
  javax.sound.sampled. AudioFormat.Encoding View Source
Author(s)
Kara Kytle
Since
1.3
Version
1.36 05/11/17
Serial
Hierarchy
 Object
      AudioFormat.Encoding
Implements
Subclasses
Description
publicstatic class AudioFormat.Encoding
  The Encoding class names the specific type of data representation used for an audio stream.
Constructors
public AudioFormat.Encoding (String name)
  Constructs a new encoding.
Methods
Hide/Show inherited methods
publicfinal boolean equals (Object obj)
Finalizes the equals method
publicfinal int hashCode ()
Finalizes the hashCode method
publicfinal String toString ()
  Provides the String representation of the encoding.
Fields
Hide/Show inherited fields
publicfinalstatic Encoding ALAW
Specifies a-law encoded data.
publicfinalstatic Encoding PCM_SIGNED
Specifies signed, linear PCM data.
publicfinalstatic Encoding PCM_UNSIGNED
Specifies unsigned, linear PCM data.
publicfinalstatic Encoding ULAW
Specifies u-law encoded data.
Nested Classes
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar