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 变量和类型 类 描述 class
BooleanControl
BooleanControl
提供了在影响线路音频的两种可能设置之间切换的功能。class
CompoundControl
诸如图形均衡器之类的CompoundControl
提供对两个或更多相关属性的控制,每个属性本身表示为Control
。class
EnumControl
EnumControl
提供对一组离散可能值的控制,每个值由对象表示。class
FloatControl
FloatControl
对象提供对一系列浮点值的控制。Methods in javax.sound.sampled that return Control 变量和类型 方法 描述 Control
Line. getControl(Control.Type control)
获得指定类型的控件(如果有)。Control[]
Line. getControls()
获得与此行关联的控件集。Control[]
CompoundControl. getMemberControls()
返回组成复合控件的成员控件集。Constructors in javax.sound.sampled with parameters of type Control 构造器 描述 CompoundControl(CompoundControl.Type type, Control[] memberControls)
使用给定参数构造一个新的复合控件对象。
-