javax.sound.sampled
Class CompoundControl

java.lang.Object
  extended by javax.sound.sampled.Control
      extended by javax.sound.sampled.CompoundControl
Direct Known Subclasses:
AlsaPortMixer.AlsaCompoundControl, TCompoundControl

public abstract class CompoundControl
extends Control


Nested Class Summary
static class CompoundControl.Type
           
 
Method Summary
 Control[] getMemberControls()
           
 java.lang.String toString()
           
 
Methods inherited from class javax.sound.sampled.Control
getType
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

getMemberControls

public Control[] getMemberControls()

toString

public java.lang.String toString()
Overrides:
toString in class Control