java.lang.Object
org.praxislive.video.VideoPort
org.praxislive.video.VideoPort.Output
- All Implemented Interfaces:
org.praxislive.core.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
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(VideoPort.Input port, VideoPipe source) final org.praxislive.core.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
public Output(org.praxislive.core.types.PMap properties)
-
-
Method Details
-
getInfo
public final org.praxislive.core.PortInfo getInfo() -
makeConnection
protected final void makeConnection(VideoPort.Input port, VideoPipe source) throws org.praxislive.core.PortConnectionException - Throws:
org.praxislive.core.PortConnectionException
-
breakConnection
-