Class VideoPort

java.lang.Object
org.praxislive.video.VideoPort
All Implemented Interfaces:
org.praxislive.core.Port
Direct Known Subclasses:
VideoPort.Input, VideoPort.Output

public abstract class VideoPort extends Object implements org.praxislive.core.Port
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Class
    Description
    static class 
     
    static class 
     
    static class 
     

    Nested 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
    Constructor
    Description
     
  • Method Summary

    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 Details

    • VideoPort

      public VideoPort()