public abstract class Control extends Object
Lines
通常有一组控件,如增益和锅,影响音频信号通过线。java声音的
Line
对象让你通过它的类作为参数传递给一个
getControl
方法获得一个特定的控制对象。
由于各种类型的控件都有不同的目的和功能,所以它们的所有功能都是从定义各种控件的子类中访问的。
Line.getControls()
,
Line.isControlSupported(javax.sound.sampled.Control.Type)
Modifier and Type | Class and Description |
---|---|
static class |
Control.Type
该
Type 类的实例表示控件的类型。
|
Modifier | Constructor and Description |
---|---|
protected |
Control(Control.Type type)
用指定的类型构造控件。
|
protected Control(Control.Type type)
type
-一种预期的控制
public Control.Type getType()
Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2014, Oracle and/or its affiliates. All rights reserved.