org.tritonus.share.sampled.mixer
Class TPort

java.lang.Object
  extended by org.tritonus.share.sampled.mixer.TLine
      extended by org.tritonus.share.sampled.mixer.TPort
All Implemented Interfaces:
Line, Port

public class TPort
extends TLine
implements Port

Base class for Ports.


Nested Class Summary
 
Nested classes/interfaces inherited from interface javax.sound.sampled.Port
Port.Info
 
Constructor Summary
TPort(TMixer mixer, Line.Info info)
           
TPort(TMixer mixer, Line.Info info, java.util.Collection<Control> controls)
           
 
Method Summary
 
Methods inherited from class org.tritonus.share.sampled.mixer.TLine
addLineListener, close, getControl, getControls, getLineInfo, isControlSupported, isOpen, open, removeLineListener
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface javax.sound.sampled.Line
addLineListener, close, getControl, getControls, getLineInfo, isControlSupported, isOpen, open, removeLineListener
 

Constructor Detail

TPort

public TPort(TMixer mixer,
             Line.Info info)

TPort

public TPort(TMixer mixer,
             Line.Info info,
             java.util.Collection<Control> controls)