org.tritonus.share.sampled.mixer
Class TPort

java.lang.Object
  extended byorg.tritonus.share.sampled.mixer.TLine
      extended byorg.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 inherited from class javax.sound.sampled.Port
Port.Info
 
Constructor Summary
TPort(TMixer mixer, Line.Info info)
           
TPort(TMixer mixer, Line.Info info, Collection controls)
           
 
Method Summary
 
Methods inherited from class org.tritonus.share.sampled.mixer.TLine
addControl, addLineListener, close, closeImpl, getControl, getControls, getLineInfo, getMixer, isControlSupported, isOpen, notifyLineEvent, notifyLineEvent, open, openImpl, removeControl, removeLineListener, setLineInfo, setOpen
 
Methods inherited from class java.lang.Object
clone, equals, finalize, 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,
             Collection controls)