KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > javax > sound > sampled > CompoundControl

javax.sound.sampled
Class CompoundControl

java.lang.Object
  extended by javax.sound.sampled.Control
      extended by javax.sound.sampled.CompoundControl
See Also:
Source Code

protected CompoundControl(CompoundControl.Type type,
                          Control[] memberControls)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public Control[] getMemberControls()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public String toString()
See Also:
Control
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  

Popular Tags