java.lang.Object
org.praxislive.audio.AudioPort
org.praxislive.audio.AudioPort.Output
- All Implemented Interfaces:
Port
- Direct Known Subclasses:
DefaultAudioOutputPort
- Enclosing class:
AudioPort
-
Nested Class Summary
Nested classes/interfaces inherited from class org.praxislive.audio.AudioPort
AudioPort.Input, AudioPort.Output, AudioPort.ProviderNested classes/interfaces inherited from interface org.praxislive.core.Port
Port.Type<T extends Port>, Port.TypeProvider -
Field Summary
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected final voidbreakConnection(AudioPort.Input port, org.jaudiolibs.pipes.Pipe source) final PortInfogetInfo()protected final voidmakeConnection(AudioPort.Input port, org.jaudiolibs.pipes.Pipe source) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.praxislive.core.Port
addListener, connect, connections, disconnect, disconnectAll, isConnectedTo, removeListener
-
Constructor Details
-
Output
public Output() -
Output
-
-
Method Details
-
getInfo
-
makeConnection
protected final void makeConnection(AudioPort.Input port, org.jaudiolibs.pipes.Pipe source) throws PortConnectionException - Throws:
PortConnectionException
-
breakConnection
-