org.tritonus.share.sampled.mixer
Class TCompoundControlType

java.lang.Object
  extended byjavax.sound.sampled.Control.Type
      extended byjavax.sound.sampled.CompoundControl.Type
          extended byorg.tritonus.share.sampled.mixer.TCompoundControlType

public class TCompoundControlType
extends CompoundControl.Type

CompoundControl.Type class. This class is only needed to provide a public constructor.


Constructor Summary
TCompoundControlType(String strName)
          Constructor.
 
Method Summary
 
Methods inherited from class javax.sound.sampled.Control.Type
equals, hashCode, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TCompoundControlType

public TCompoundControlType(String strName)
Constructor. Constructs a CompoundControl.Type with the name given.

Parameters:
strName - The name of the control.