java.lang.Object
org.praxislive.audio.AudioPort
org.praxislive.audio.AudioPort.Input
- All Implemented Interfaces:
Port
- Direct Known Subclasses:
DefaultAudioInputPort
- 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 abstract voidaddAudioOutputPort(AudioPort.Output port, org.jaudiolibs.pipes.Pipe source) final voidfinal voiddisconnect(Port port) final PortInfogetInfo()protected abstract voidremoveAudioOutputPort(AudioPort.Output 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, connections, disconnectAll, isConnectedTo, removeListener
-
Constructor Details
-
Input
public Input() -
Input
-
-
Method Details
-
connect
- Throws:
PortConnectionException
-
disconnect
-
getInfo
-
addAudioOutputPort
protected abstract void addAudioOutputPort(AudioPort.Output port, org.jaudiolibs.pipes.Pipe source) throws PortConnectionException - Throws:
PortConnectionException
-
removeAudioOutputPort
protected abstract void removeAudioOutputPort(AudioPort.Output port, org.jaudiolibs.pipes.Pipe source)
-