java.lang.Object
org.praxislive.video.VideoPort
org.praxislive.video.VideoPort.Input
org.praxislive.video.DefaultVideoInputPort
- All Implemented Interfaces:
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
Port.Type<T extends Port>, Port.TypeProvider -
Field Summary
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddListener(PortListener listener) protected voidaddVideoOutputPort(VideoPort.Output port, VideoPipe source) voidvoidremoveListener(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 PortConnectionException - Specified by:
addVideoOutputPortin classVideoPort.Input- Throws:
PortConnectionException
-
removeVideoOutputPort
- Specified by:
removeVideoOutputPortin classVideoPort.Input
-
addListener
-
removeListener
-