- java.lang.Object
-
- org.praxislive.audio.AudioPort
-
- org.praxislive.audio.AudioPort.Output
-
- All Implemented Interfaces:
Port
- Direct Known Subclasses:
DefaultAudioOutputPort
- Enclosing class:
- AudioPort
public abstract static class AudioPort.Output extends AudioPort
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.praxislive.audio.AudioPort
AudioPort.Input, AudioPort.Output, AudioPort.Provider
-
Nested classes/interfaces inherited from interface org.praxislive.core.Port
Port.Type<T extends Port>, Port.TypeProvider
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
breakConnection(AudioPort.Input port, org.jaudiolibs.pipes.Pipe source)
PortInfo
getInfo()
protected void
makeConnection(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, wait
-
Methods inherited from interface org.praxislive.core.Port
addListener, connect, connections, disconnect, disconnectAll, isConnectedTo, removeListener
-
-
-
-
Constructor Detail
-
Output
public Output()
-
Output
public Output(PMap properties)
-
-
Method Detail
-
getInfo
public final PortInfo getInfo()
-
makeConnection
protected final void makeConnection(AudioPort.Input port, org.jaudiolibs.pipes.Pipe source) throws PortConnectionException
- Throws:
PortConnectionException
-
breakConnection
protected final void breakConnection(AudioPort.Input port, org.jaudiolibs.pipes.Pipe source)
-
-