Package uk.ac.gda.client.live.stream
Class LiveStreamWrapperManager
java.lang.Object
uk.ac.gda.client.live.stream.LiveStreamWrapperManager
-
Method Summary
Modifier and TypeMethodDescriptionvoidcleanUp()Remove unused connectionsstatic LiveStreamWrapperManagergetStream(CameraConfiguration cameraConfig, StreamType streamType) Find an existingLiveStreamWrapperthat is suitable for the given config/stream type, or create a new one.
-
Method Details
-
getInstance
-
getStream
Find an existingLiveStreamWrapperthat 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
-