java.lang.Object
org.praxislive.video.VideoPort
org.praxislive.video.VideoPort.Input
- All Implemented Interfaces:
org.praxislive.core.Port
- Direct Known Subclasses:
DefaultVideoInputPort
- 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 abstract voidaddVideoOutputPort(VideoPort.Output port, VideoPipe source) final voidconnect(org.praxislive.core.Port port) final voiddisconnect(org.praxislive.core.Port port) final org.praxislive.core.PortInfogetInfo()protected abstract voidremoveVideoOutputPort(VideoPort.Output 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, connections, disconnectAll, isConnectedTo, removeListener
-
Constructor Details
-
Input
public Input() -
Input
public Input(org.praxislive.core.types.PMap properties)
-
-
Method Details
-
connect
public final void connect(org.praxislive.core.Port port) throws org.praxislive.core.PortConnectionException - Throws:
org.praxislive.core.PortConnectionException
-
disconnect
public final void disconnect(org.praxislive.core.Port port) -
getInfo
public final org.praxislive.core.PortInfo getInfo() -
addVideoOutputPort
protected abstract void addVideoOutputPort(VideoPort.Output port, VideoPipe source) throws org.praxislive.core.PortConnectionException - Throws:
org.praxislive.core.PortConnectionException
-
removeVideoOutputPort
-