Package com.wowza.wms.transcoder.model
Interface ITranscoderWorker
- 
 public interface ITranscoderWorkerFor internal use.
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description voiddestroy()StringgetContextStr()longgetFrameCount()booleanisEncoderInUse()booleanisRunning()Returns true if transcoder worker is running (internal use)voidsetFrameCount(long frameCount)
 
- 
- 
- 
Method Detail- 
isRunningboolean isRunning() Returns true if transcoder worker is running (internal use)- Returns:
- true if transcoder worker is running (internal use)
 
 - 
getFrameCountlong getFrameCount() 
 - 
setFrameCountvoid setFrameCount(long frameCount) 
 - 
isEncoderInUseboolean isEncoderInUse() 
 - 
getContextStrString getContextStr() 
 - 
destroyvoid destroy() 
 
- 
 
-