|
JavaTM 2 Platform Standard Ed. 6 |
|||||||||
上一個類別 下一個類別 | 框架 無框架 | |||||||||
摘要: 巢狀 | 欄位 | 建構子 | 方法 | 詳細資訊: 欄位 | 建構子 | 方法 |
java.lang.Object javax.sound.sampled.Control
public abstract class Control
Line
常常具有一個控制元件(如 gain 和 pan)集合,這些控制元件都會影響通過行傳遞的音頻信號。Java Sound 的 Line
物件讓您通過將其類別作為參數傳入 getControl
方法來獲得特定的控制元件物件。
因為各種型別的控制元件有著不同的目的和特性,所以可以從定義每種控制元件的子類別存取它們的所有功能。
Line.getControls()
,
Line.isControlSupported(javax.sound.sampled.Control.Type)
巢狀類別摘要 | |
---|---|
static class |
Control.Type
Type 類別的實例表示控制元件的型別。 |
建構子摘要 | |
---|---|
protected |
Control(Control.Type type)
建構具有指定型別的控制元件。 |
方法摘要 | |
---|---|
Control.Type |
getType()
獲得控制元件的型別。 |
String |
toString()
獲得描述控制元件型別及其當前狀態的 String。 |
從類別 java.lang.Object 繼承的方法 |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
建構子詳細資訊 |
---|
protected Control(Control.Type type)
type
- 所需控制元件的種類別方法詳細資訊 |
---|
public Control.Type getType()
public String toString()
Object
中的 toString
|
JavaTM 2 Platform Standard Ed. 6 |
|||||||||
上一個類別 下一個類別 | 框架 無框架 | |||||||||
摘要: 巢狀 | 欄位 | 建構子 | 方法 | 詳細資訊: 欄位 | 建構子 | 方法 |
版權所有 2008 Sun Microsystems, Inc. 保留所有權利。請遵守GNU General Public License, version 2 only。