Uses of Class
javax.sound.sampled.Control.Type
-
Packages that use Control.Type 软件包 描述 javax.sound.sampled 提供用于捕获,处理和播放采样音频数据的接口和类。 -
-
Uses of Control.Type in javax.sound.sampled
Subclasses of Control.Type in javax.sound.sampled Modifier and Type Class 描述 static class
BooleanControl.Type
BooleanControl.Type
类的一个实例标识一种布尔控件。static class
CompoundControl.Type
CompoundControl.Type
内部类的实例确定了一种复合控件。static class
EnumControl.Type
EnumControl.Type
内部类的实例标识一种枚举控件。static class
FloatControl.Type
FloatControl.Type
内部类的实例标识了一种浮动控件。Methods in javax.sound.sampled that return Control.Type Modifier and Type 方法 描述 Control.Type
Control. getType()
获取控件的类型。Methods in javax.sound.sampled with parameters of type Control.Type Modifier and Type 方法 描述 Control
Line. getControl(Control.Type control)
获取指定类型的控件,如果有的话。boolean
Line. isControlSupported(Control.Type control)
指示线路是否支持指定类型的控制。Constructors in javax.sound.sampled with parameters of type Control.Type Constructor 描述 Control(Control.Type type)
构造具有指定类型的控件。
-