javax.sound.sampled
Class CompoundControl
java.lang.Object
javax.sound.sampled.Control
javax.sound.sampled.CompoundControl
public abstract class CompoundControl
- extends Control
A compound control provides control over several other controls.
- Since:
- 1.3
CompoundControl
protected CompoundControl(CompoundControl.Type type,
Control[] members)
- Create a new compound control given its type and members.
- Parameters:
type - the type of the compound controlmembers - the members of the compound control
getMemberControls
public Control[] getMemberControls()
- Return the members of this compound control.
toString
public String toString()
- Return a string description of this compound control.
- Overrides:
toString in class Control
- Returns:
- the String representing this Object, which may be null
- See Also:
Object.getClass(),
Object.hashCode(),
Class.getName(),
Integer.toHexString(int)