Uses of Class
javax.sound.sampled.Control
-
Packages that use Control 软件包 描述 javax.sound.sampled 提供用于捕获,处理和播放采样音频数据的接口和类。 -
-
Uses of Control in javax.sound.sampled
Subclasses of Control in javax.sound.sampled Modifier and Type Class 描述 class
BooleanControl
ABooleanControl
提供了在影响线路音频的两种可能设置之间进行切换的功能。class
CompoundControl
ACompoundControl
(例如图形均衡器)提供对两个或更多个相关属性的控制,每个属性本身表示为Control
。class
EnumControl
一个EnumControl
提供对一组离散的可能值的控制,每个值由对象表示。class
FloatControl
一个FloatControl
对象提供对一系列浮点值的控制。Methods in javax.sound.sampled that return Control Modifier and Type 方法 描述 Control
Line. getControl(Control.Type control)
获取指定类型的控件,如果有的话。Control[]
Line. getControls()
获取与此行相关联的一组控件。Control[]
CompoundControl. getMemberControls()
返回构成复合控件的成员控件集。Constructors in javax.sound.sampled with parameters of type Control Constructor 描述 CompoundControl(CompoundControl.Type type, Control[] memberControls)
使用给定的参数构造一个新的复合控件对象。
-