public interface ITranscoderWorker
| 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) |
void destroy()
String getContextStr()
long getFrameCount()
boolean isEncoderInUse()
boolean isRunning()
void setFrameCount(long frameCount)