Class CamStream
java.lang.Object
java.lang.Thread
com.charliemouse.cambozola.shared.CamStream
- All Implemented Interfaces:
Runnable
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Thread
Thread.Builder, Thread.State, Thread.UncaughtExceptionHandler
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int
static final int
Fields inherited from class java.lang.Thread
MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY
-
Constructor Summary
ConstructorsConstructorDescriptionCamStream
(URL strm, String app, URL docBase, int retryCount, int retryDelay, ExceptionReporter reporter, boolean debug) -
Method Summary
Methods inherited from class java.lang.Thread
activeCount, checkAccess, clone, countStackFrames, currentThread, dumpStack, enumerate, getAllStackTraces, getContextClassLoader, getDefaultUncaughtExceptionHandler, getId, getName, getPriority, getStackTrace, getState, getThreadGroup, getUncaughtExceptionHandler, holdsLock, interrupt, interrupted, isAlive, isDaemon, isInterrupted, isVirtual, join, join, join, join, ofPlatform, ofVirtual, onSpinWait, resume, setContextClassLoader, setDaemon, setDefaultUncaughtExceptionHandler, setName, setPriority, setUncaughtExceptionHandler, sleep, sleep, sleep, start, startVirtualThread, stop, suspend, threadId, toString, yield
-
Field Details
-
CONNECT_STYLE_SOCKET
public static final int CONNECT_STYLE_SOCKET- See Also:
-
CONNECT_STYLE_HTTP
public static final int CONNECT_STYLE_HTTP- See Also:
-
-
Constructor Details
-
Method Details
-
getCurrent
-
getRawImage
public final byte[] getRawImage() -
getIndex
public int getIndex() -
getType
-
getStreamURL
-
getFPS
public double getFPS() -
run
public void run() -
finalize
-
unhook
public void unhook()
-