java.lang.Object
javax.sound.sampled.AudioFileFormat.Type
- Enclosing class:
AudioFileFormat
An instance of the
Type
class represents one of the standard
types of audio file. Static instances are provided for the common types.-
Field Summary
Modifier and TypeFieldDescriptionstatic final AudioFileFormat.Type
Specifies an AIFF-C file.static final AudioFileFormat.Type
Specifies an AIFF file.static final AudioFileFormat.Type
Specifies an AU file.static final AudioFileFormat.Type
Specifies a SND file.static final AudioFileFormat.Type
Specifies a WAVE file. -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionfinal boolean
Indicates whether the specified object is equal to this file type, returningtrue
if the objects are equal.Obtains the common file name extension for this file type.final int
hashCode()
Returns a hash code value for this file type.final String
toString()
Returns type's name as the string representation of the file type.
-
Field Details
-
WAVE
Specifies a WAVE file. -
AU
Specifies an AU file. -
AIFF
Specifies an AIFF file. -
AIFC
Specifies an AIFF-C file. -
SND
Specifies a SND file.
-
-
Constructor Details
-
Type
-
-
Method Details
-
equals
Indicates whether the specified object is equal to this file type, returningtrue
if the objects are equal. -
hashCode
-
toString
-
getExtension
Obtains the common file name extension for this file type.- Returns:
- file type extension
-