Uses of Class
javax.sound.sampled.Control.Type
Packages that use Control.Type
Package
Description
Provides interfaces and classes for capture, processing, and playback of
sampled audio data.
-
Uses of Control.Type in javax.sound.sampled
Subclasses of Control.Type in javax.sound.sampledModifier and TypeClassDescriptionstatic class
An instance of theBooleanControl.Type
class identifies one kind of boolean control.static class
An instance of theCompoundControl.Type
inner class identifies one kind of compound control.static class
An instance of theEnumControl.Type
inner class identifies one kind of enumerated control.static class
An instance of theFloatControl.Type
inner class identifies one kind of float control.Methods in javax.sound.sampled that return Control.TypeMethods in javax.sound.sampled with parameters of type Control.TypeModifier and TypeMethodDescriptionLine.getControl
(Control.Type control) Obtains a control of the specified type, if there is any.boolean
Line.isControlSupported
(Control.Type control) Indicates whether the line supports a control of the specified type.Constructors in javax.sound.sampled with parameters of type Control.TypeModifierConstructorDescriptionprotected
Control
(Control.Type type) Constructs a control with the specified type.