API Overview API Index Package Overview Direct link to this page
JDK 1.6
  javax.sound.sampled. AudioFileFormat.Type View Source
Author(s)
Since
Version
Serial
Hierarchy
 Object
      AudioFileFormat.Type
Implements
Subclasses
Description
publicstatic class AudioFileFormat.Type
  An instance of the Type class represents one of the standard types of audio file.
See also:   
Constructors
public AudioFileFormat.Type (String name, String extension)
  Constructs a file type.
Methods
Hide/Show inherited methods
publicfinal boolean equals (Object obj)
Finalizes the equals method
public String getExtension ()
  Obtains the common file name extension for this file type.
publicfinal int hashCode ()
Finalizes the hashCode method
publicfinal String toString ()
  Provides the file type's name as the String representation of the file type.
Fields
Hide/Show inherited fields
publicfinalstatic Type AIFC
Specifies an AIFF-C file.
publicfinalstatic Type AIFF
Specifies an AIFF file.
publicfinalstatic Type AU
Specifies an AU file.
publicfinalstatic Type SND
Specifies a SND file.
publicfinalstatic Type WAVE
Specifies a WAVE file.
Nested Classes
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar