- java.lang.Object
-
- org.praxislive.audio.AudioPort
-
- All Implemented Interfaces:
Port
- Direct Known Subclasses:
AudioPort.Input
,AudioPort.Output
public abstract class AudioPort extends Object implements Port
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
AudioPort.Input
static class
AudioPort.Output
static class
AudioPort.Provider
-
Nested classes/interfaces inherited from interface org.praxislive.core.Port
Port.Type<T extends Port>, Port.TypeProvider
-
-
Constructor Summary
Constructors Constructor Description AudioPort()
-
Method Summary
-
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
-
-