java.lang.Object
org.praxislive.video.VideoPort
org.praxislive.video.VideoPort.Output
org.praxislive.video.DefaultVideoOutputPort
- 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) voidconnect(org.praxislive.core.Port port) voiddisconnect(org.praxislive.core.Port port) voidvoidremoveListener(org.praxislive.core.PortListener listener) Methods inherited from class org.praxislive.video.VideoPort.Output
breakConnection, getInfo, makeConnectionMethods 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
-
DefaultVideoOutputPort
-
-
Method Details
-
connect
public void connect(org.praxislive.core.Port port) throws org.praxislive.core.PortConnectionException - Throws:
org.praxislive.core.PortConnectionException
-
disconnect
public void disconnect(org.praxislive.core.Port port) -
disconnectAll
public void disconnectAll() -
connections
-
addListener
public void addListener(org.praxislive.core.PortListener listener) -
removeListener
public void removeListener(org.praxislive.core.PortListener listener)
-