Interface TranscodeProviderAdapter


public interface TranscodeProviderAdapter
  • Method Summary

    Modifier and Type
    Method
    Description
    void
     
    void
     
    void
    streamStats(long connect_rate, long write_speed)
     
    void
    updateProgress(int percent, int eta_secs, int new_width, int new_height)
     
  • Method Details

    • updateProgress

      void updateProgress(int percent, int eta_secs, int new_width, int new_height)
    • streamStats

      void streamStats(long connect_rate, long write_speed)
    • failed

      void failed(TranscodeException error)
    • complete

      void complete()