Uses of Class
javax.sound.sampled.Control
Package
Description
Provides interfaces and classes for capture, processing, and playback of
sampled audio data.
-
Uses of Control in javax.sound.sampled
Modifier and TypeClassDescriptionclass
ABooleanControl
provides the ability to switch between two possible settings that affect a line's audio.class
ACompoundControl
, such as a graphic equalizer, provides control over two or more related properties, each of which is itself represented as aControl
.class
AnEnumControl
provides control over a set of discrete possible values, each represented by an object.class
AFloatControl
object provides control over a range of floating-point values.Modifier and TypeMethodDescriptionLine.getControl
(Control.Type control) Obtains a control of the specified type, if there is any.Control[]
Line.getControls()
Obtains the set of controls associated with this line.Control[]
CompoundControl.getMemberControls()
Returns the set of member controls that comprise the compound control.ModifierConstructorDescriptionprotected
CompoundControl
(CompoundControl.Type type, Control[] memberControls) Constructs a new compound control object with the given parameters.