|
JavaTM 2 Platform Standard Ed. 6 |
|||||||||
上一個類別 下一個類別 | 框架 無框架 | |||||||||
摘要: 巢狀 | 欄位 | 建構子 | 方法 | 詳細資訊: 欄位 | 建構子 | 方法 |
java.lang.Object javax.sound.sampled.AudioFileFormat.Type
public static class AudioFileFormat.Type
Type
類別的實例表示音頻檔案的標準型別之一。靜態實例是為常見型別提供的。
欄位摘要 | |
---|---|
static AudioFileFormat.Type |
AIFC
指定 AIFF-C 檔案。 |
static AudioFileFormat.Type |
AIFF
指定 AIFF 檔案。 |
static AudioFileFormat.Type |
AU
指定 AU 檔案。 |
static AudioFileFormat.Type |
SND
指定 SND 檔案。 |
static AudioFileFormat.Type |
WAVE
指定 WAVE 檔案。 |
建構子摘要 | |
---|---|
AudioFileFormat.Type(String name,
String extension)
建構檔案型別。 |
方法摘要 | |
---|---|
boolean |
equals(Object obj)
終止 equals 方法 |
String |
getExtension()
獲得此檔案型別的常見檔案擴展名。 |
int |
hashCode()
終止 hashCode 方法 |
String |
toString()
按檔案型別的 String 表示形式提供檔案型別的名稱。 |
從類別 java.lang.Object 繼承的方法 |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
欄位詳細資訊 |
---|
public static final AudioFileFormat.Type WAVE
public static final AudioFileFormat.Type AU
public static final AudioFileFormat.Type AIFF
public static final AudioFileFormat.Type AIFC
public static final AudioFileFormat.Type SND
建構子詳細資訊 |
---|
public AudioFileFormat.Type(String name, String extension)
name
- 命名檔案型別的字元串extension
- 通常不用前導點標記檔案型別的字元串。方法詳細資訊 |
---|
public final boolean equals(Object obj)
Object
中的 equals
obj
- 要與之比較的參考物件。
true
;否則返回 false
。Object.hashCode()
,
Hashtable
public final int hashCode()
Object
中的 hashCode
Object.equals(java.lang.Object)
,
Hashtable
public final String toString()
String
表示形式提供檔案型別的名稱。
Object
中的 toString
public String getExtension()
|
JavaTM 2 Platform Standard Ed. 6 |
|||||||||
上一個類別 下一個類別 | 框架 無框架 | |||||||||
摘要: 巢狀 | 欄位 | 建構子 | 方法 | 詳細資訊: 欄位 | 建構子 | 方法 |
版權所有 2008 Sun Microsystems, Inc. 保留所有權利。請遵守GNU General Public License, version 2 only。