org.tritonus.share.sampled.mixer
Class TCompoundControlType

java.lang.Object
  extended by javax.sound.sampled.Control.Type
      extended by javax.sound.sampled.CompoundControl.Type
          extended by org.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(java.lang.String strName)
          Constructor.
 
Method Summary
 
Methods inherited from class javax.sound.sampled.Control.Type
equals, hashCode, toString
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TCompoundControlType

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

Parameters:
strName - The name of the control.