java.lang.Object
org.praxislive.audio.AudioPort
org.praxislive.audio.AudioPort.Output
- All Implemented Interfaces:
org.praxislive.core.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
org.praxislive.core.Port.Type<T extends org.praxislive.core.Port>, org.praxislive.core.Port.TypeProvider -
Field Summary
Fields inherited from interface org.praxislive.core.Port
IN, OUT -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected final voidbreakConnection(AudioPort.Input port, org.jaudiolibs.pipes.Pipe source) final org.praxislive.core.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
public Output(org.praxislive.core.types.PMap properties)
-
-
Method Details
-
getInfo
public final org.praxislive.core.PortInfo getInfo() -
makeConnection
protected final void makeConnection(AudioPort.Input port, org.jaudiolibs.pipes.Pipe source) throws org.praxislive.core.PortConnectionException - Throws:
org.praxislive.core.PortConnectionException
-
breakConnection
-