javax.sound.sampled
public static class AudioFileFormat.Type extends Object
Since: 1.3
| Field Summary | |
|---|---|
| static AudioFileFormat.Type | AIFC The AIFC format. |
| static AudioFileFormat.Type | AIFF The AIFF format. |
| static AudioFileFormat.Type | AU The AU format. |
| static AudioFileFormat.Type | SND The SND format. |
| static AudioFileFormat.Type | WAVE The WAVE format. |
| Constructor Summary | |
|---|---|
| Type(String name, String extension)
Create a new Type given its name and file extension.
| |
| Method Summary | |
|---|---|
| boolean | equals(Object o) |
| String | getExtension()
Return the extension associated with this Type. |
| int | hashCode() |
| String | toString()
Return the name of this Type. |
Parameters: name the type's name extension the file extension