- java.lang.Object
-
- org.praxislive.video.VideoPort
-
- org.praxislive.video.VideoPort.Output
-
- All Implemented Interfaces:
Port
- Direct Known Subclasses:
DefaultVideoOutputPort
- Enclosing class:
- VideoPort
public abstract static class VideoPort.Output extends VideoPort
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.praxislive.video.VideoPort
VideoPort.Input, VideoPort.Output, VideoPort.Provider
-
Nested classes/interfaces inherited from interface org.praxislive.core.Port
Port.Type<T extends Port>, Port.TypeProvider
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
breakConnection(VideoPort.Input port, VideoPipe source)
PortInfo
getInfo()
protected void
makeConnection(VideoPort.Input port, VideoPipe source)
-
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
-
-
-
-
Constructor Detail
-
Output
public Output()
-
Output
public Output(PMap properties)
-
-
Method Detail
-
getInfo
public final PortInfo getInfo()
-
makeConnection
protected final void makeConnection(VideoPort.Input port, VideoPipe source) throws PortConnectionException
- Throws:
PortConnectionException
-
breakConnection
protected final void breakConnection(VideoPort.Input port, VideoPipe source)
-
-