JavaTM 2 Platform
Standard Ed. 6

javax.sound.sampled
類別 AudioFileFormat.Type

java.lang.Object
  繼承者 javax.sound.sampled.AudioFileFormat.Type
正在封閉類別:
AudioFileFormat

public static class AudioFileFormat.Type
extends Object

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
 

欄位詳細資訊

WAVE

public static final AudioFileFormat.Type WAVE
指定 WAVE 檔案。


AU

public static final AudioFileFormat.Type AU
指定 AU 檔案。


AIFF

public static final AudioFileFormat.Type AIFF
指定 AIFF 檔案。


AIFC

public static final AudioFileFormat.Type AIFC
指定 AIFF-C 檔案。


SND

public static final AudioFileFormat.Type SND
指定 SND 檔案。

建構子詳細資訊

AudioFileFormat.Type

public AudioFileFormat.Type(String name,
                            String extension)
建構檔案型別。

參數:
name - 命名檔案型別的字元串
extension - 通常不用前導點標記檔案型別的字元串。
方法詳細資訊

equals

public final boolean equals(Object obj)
終止 equals 方法

覆寫:
類別 Object 中的 equals
參數:
obj - 要與之比較的參考物件。
返回:
如果此物件與 obj 參數相同,則返回 true;否則返回 false
另請參見:
Object.hashCode(), Hashtable

hashCode

public final int hashCode()
終止 hashCode 方法

覆寫:
類別 Object 中的 hashCode
返回:
此物件的一個雜湊碼值。
另請參見:
Object.equals(java.lang.Object), Hashtable

toString

public final String toString()
按檔案型別的 String 表示形式提供檔案型別的名稱。

覆寫:
類別 Object 中的 toString
返回:
檔案型別的名稱

getExtension

public String getExtension()
獲得此檔案型別的常見檔案擴展名。

返回:
檔案型別擴展名

JavaTM 2 Platform
Standard Ed. 6

提交錯誤或意見

版權所有 2008 Sun Microsystems, Inc. 保留所有權利。請遵守GNU General Public License, version 2 only