java.lang.Object
org.praxislive.video.VideoPort
org.praxislive.video.VideoPort.Output
- All Implemented Interfaces:
Port
- Direct Known Subclasses:
DefaultVideoOutputPort
- Enclosing class:
VideoPort
-
Nested Class Summary
Nested classes/interfaces inherited from class org.praxislive.video.VideoPort
VideoPort.Input, VideoPort.Output, VideoPort.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 final voidbreakConnection(VideoPort.Input port, VideoPipe source) final PortInfogetInfo()protected final voidmakeConnection(VideoPort.Input port, VideoPipe 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
-
-
Method Details
-
getInfo
-
makeConnection
protected final void makeConnection(VideoPort.Input port, VideoPipe source) throws PortConnectionException - Throws:
PortConnectionException
-
breakConnection
-