Interface ITranscoderWorker


  • public interface ITranscoderWorker
    For internal use.
    • 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()