Class LiveStreamWrapperManager

java.lang.Object
uk.ac.gda.client.live.stream.LiveStreamWrapperManager

public class LiveStreamWrapperManager extends Object
  • Method Details

    • getInstance

      public static LiveStreamWrapperManager getInstance()
    • getStream

      public LiveStreamWrapper getStream(CameraConfiguration cameraConfig, StreamType streamType)
      Find an existing LiveStreamWrapper that is suitable for the given config/stream type, or create a new one.

      Note that the calling function must call connect() on the wrapper before use - and of course disconnect() after use.

    • cleanUp

      public void cleanUp()
      Remove unused connections