JavaTM 2 Platform
Standard Ed. 6

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

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

javax.sound.sampledControl 的使用
 

javax.sound.sampledControl 的子類別
 class BooleanControl
          BooleanControl 能夠在影響行音頻的兩個可能的設置之間切換。
 class CompoundControl
          CompoundControl(如圖形均衡器)控制兩個或多個相關屬性,每個屬性本身都表示為 Control
 class EnumControl
          EnumControl 提供對一組截然不同的可能值的控制,每個值都由一個物件表示。
 class FloatControl
          FloatControl 物件提供對浮點值範圍的控制。
 

返回 Controljavax.sound.sampled 中的方法
 Control Line.getControl(Control.Type control)
          獲得指定型別的控制元件,如果有的話。
 Control[] Line.getControls()
          獲得與此行相關的控制元件集合。
 Control[] CompoundControl.getMemberControls()
          返回組成組合控制元件的成員控制元件集合。
 

參數型別為 Controljavax.sound.sampled 中的建構子
CompoundControl(CompoundControl.Type type, Control[] memberControls)
          建構一個具有給定參數的新組合控制元件物件。
 


JavaTM 2 Platform
Standard Ed. 6

提交錯誤或意見

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