Interface ITranscoderWorker


public interface ITranscoderWorker
For internal use.
  • Method Details

    • 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()