Package com.wowza.wms.transcoder.model
Interface ITranscoderWorker
-
public interface ITranscoderWorker
For internal use.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
destroy()
String
getContextStr()
long
getFrameCount()
boolean
isEncoderInUse()
boolean
isRunning()
Returns true if transcoder worker is running (internal use)void
setFrameCount(long frameCount)
-
-
-
Method Detail
-
isRunning
boolean isRunning()
Returns true if transcoder worker is running (internal use)- Returns:
- true if transcoder worker is running (internal use)
-
getFrameCount
long getFrameCount()
-
setFrameCount
void setFrameCount(long frameCount)
-
isEncoderInUse
boolean isEncoderInUse()
-
getContextStr
String getContextStr()
-
destroy
void destroy()
-
-