KickJava   Java API By Example, From Geeks To Geeks.

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

javax.sound.sampled
Class Control

java.lang.Object
  extended by javax.sound.sampled.Control
Direct Known Subclasses:
BooleanControl, CompoundControl, EnumControl, FloatControl
See Also:
Source Code, getControl, Line.getControls(), Line.isControlSupported(javax.sound.sampled.Control.Type)

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


public Control.Type getType()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


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

Popular Tags