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