JavaTM 2 Platform
Standard Ed. 6

類別 javax.sound.sampled.Control.Type
的使用

使用 Control.Type 的軟體套件
javax.sound.sampled 提供用於捕獲、處理和回放取樣的音頻資料的介面和類別。 
 

javax.sound.sampledControl.Type 的使用
 

javax.sound.sampledControl.Type 的子類別
static class BooleanControl.Type
          BooleanControl.Type 類別的實例標識一種 boolean 控制元件。
static class CompoundControl.Type
          CompoundControl.Type 內部類別的實例標識一種組合控制元件。
static class EnumControl.Type
          EnumControl.Type 內部類別的實例標識了某種列舉控制元件。
static class FloatControl.Type
          FloatControl.Type 內部類別的實例標識了某種 float 控制元件。
 

返回 Control.Typejavax.sound.sampled 中的方法
 Control.Type Control.getType()
          獲得控制元件的型別。
 

參數型別為 Control.Typejavax.sound.sampled 中的方法
 Control Line.getControl(Control.Type control)
          獲得指定型別的控制元件,如果有的話。
 boolean Line.isControlSupported(Control.Type control)
          指示該行是否支持特定型別的控制元件。
 

參數型別為 Control.Typejavax.sound.sampled 中的建構子
Control(Control.Type type)
          建構具有指定型別的控制元件。
 


JavaTM 2 Platform
Standard Ed. 6

提交錯誤或意見

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