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 变量和类型 类 描述 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 变量和类型 方法 描述 Control.Type
Control. getType()
获得控件的类型。Methods in javax.sound.sampled with parameters of type Control.Type 变量和类型 方法 描述 Control
Line. getControl(Control.Type control)
获得指定类型的控件(如果有)。boolean
Line. isControlSupported(Control.Type control)
指示该行是否支持指定类型的控件。Constructors in javax.sound.sampled with parameters of type Control.Type 构造器 描述 Control(Control.Type type)
构造具有指定类型的控件。
-