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:
- a string identifying this object.
aicas GmbH, Karlsruhe - Germany www.aicas.com
Copyright 2001-2008 aicas GmbH. All Rights Reserved.