java.lang.Object
org.praxislive.video.VideoPort
org.praxislive.video.VideoPort.Input
org.praxislive.video.DefaultVideoInputPort
- All Implemented Interfaces:
org.praxislive.core.Port
-
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 TypeMethodDescriptionvoidaddListener(org.praxislive.core.PortListener listener) protected voidaddVideoOutputPort(VideoPort.Output port, VideoPipe source) voidvoidremoveListener(org.praxislive.core.PortListener listener) protected voidremoveVideoOutputPort(VideoPort.Output port, VideoPipe source) Methods inherited from class org.praxislive.video.VideoPort.Input
connect, disconnect, getInfoMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.praxislive.core.Port
isConnectedTo
-
Constructor Details
-
DefaultVideoInputPort
-
-
Method Details
-
disconnectAll
public void disconnectAll() -
connections
-
addVideoOutputPort
protected void addVideoOutputPort(VideoPort.Output port, VideoPipe source) throws org.praxislive.core.PortConnectionException - Specified by:
addVideoOutputPortin classVideoPort.Input- Throws:
org.praxislive.core.PortConnectionException
-
removeVideoOutputPort
- Specified by:
removeVideoOutputPortin classVideoPort.Input
-
addListener
public void addListener(org.praxislive.core.PortListener listener) -
removeListener
public void removeListener(org.praxislive.core.PortListener listener)
-