软件包 | 描述 |
---|---|
javax.sound.sampled |
提供采样音频数据的捕获、处理和回放的接口和类。
|
Modifier and Type | Class and Description |
---|---|
class |
BooleanControl
一个
BooleanControl 提供了两种可能的设置影响线的音频之间切换的能力。
|
class |
CompoundControl
一个
CompoundControl ,如图形均衡器,提供了两个或两个以上的相关性能的控制,每一个代表一
Control 本身。
|
class |
EnumControl
一个
EnumControl 提供一组离散的可能值的控制,每一代表所代表的对象。
|
class |
FloatControl
一个
FloatControl 对象提供在一个范围内的浮点值的控制。
|
Modifier and Type | Method and Description |
---|---|
Control |
Line.getControl(Control.Type control)
获得指定类型的控件,如果有任何。
|
Control[] |
Line.getControls()
获取与此行关联的控件集。
|
Control[] |
CompoundControl.getMemberControls()
返回包含复合控件的成员控件的集合。
|
Constructor and Description |
---|
CompoundControl(CompoundControl.Type type, Control[] memberControls)
用给定的参数构造一个新的复合控制对象。
|
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.