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 描述 classBooleanControlABooleanControl提供了在影响线路音频的两种可能设置之间进行切换的功能。classCompoundControlACompoundControl(例如图形均衡器)提供对两个或更多个相关属性的控制,每个属性本身表示为Control。classEnumControl一个EnumControl提供对一组离散的可能值的控制,每个值由对象表示。classFloatControl一个FloatControl对象提供对一系列浮点值的控制。Methods in javax.sound.sampled that return Control Modifier and Type 方法 描述 ControlLine. 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)使用给定的参数构造一个新的复合控件对象。
-