Uses of Class javax.sound.sampled.Control

Uses in package gnu.javax.sound.sampled.gstreamer.lines

Methods with return type javax.sound.sampled.Control

Control
Return the control associated with this Line that matches the argument.
Control[]
Return an array of controls associated with this Line.

Uses in package gnu.javax.sound.sampled.gstreamer

Methods with return type javax.sound.sampled.Control

Control
Return the control associated with this Line that matches the argument.
Control[]
Return an array of controls associated with this Line.

Uses in package javax.sound.sampled

Classes derived from javax.sound.sampled.Control

class
A BooleanControl is a Control which has two states.
class
A compound control provides control over several other controls.
class
An EnumControl is a Control which can take one of a specified set of values.
class

Constructors with parameter type javax.sound.sampled.Control

Create a new compound control given its type and members.

Methods with return type javax.sound.sampled.Control

Control
Return the control associated with this Line that matches the argument.
Control[]
Return an array of controls associated with this Line.
Control[]
Return the members of this compound control.