JavaTM 2 Platform
Standard Ed. 6

javax.sound.sampled
類別 Control

java.lang.Object
  繼承者 javax.sound.sampled.Control
直接已知子類別:
BooleanControl, CompoundControl, EnumControl, FloatControl

public abstract class Control
extends Object

Line 常常具有一個控制元件(如 gain 和 pan)集合,這些控制元件都會影響通過行傳遞的音頻信號。Java Sound 的 Line 物件讓您通過將其類別作為參數傳入 getControl 方法來獲得特定的控制元件物件。

因為各種型別的控制元件有著不同的目的和特性,所以可以從定義每種控制元件的子類別存取它們的所有功能。

從以下版本開始:
1.3
另請參見:
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
 

建構子詳細資訊

Control

protected Control(Control.Type type)
建構具有指定型別的控制元件。

參數:
type - 所需控制元件的種類別
方法詳細資訊

getType

public Control.Type getType()
獲得控制元件的型別。

返回:
控制元件型別。

toString

public String toString()
獲得描述控制元件型別及其當前狀態的 String。

覆寫:
類別 Object 中的 toString
返回:
控制元件的字元串表示形式。

JavaTM 2 Platform
Standard Ed. 6

提交錯誤或意見

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