Interface StreamManagerDownloadListener


public interface StreamManagerDownloadListener
  • Method Summary

    Modifier and Type
    Method
    Description
    void
     
    void
     
    void
     
    void
    updateStats(int secs_until_playable, int buffer_secs, long buffer_bytes, int target_buffer_secs)
     
  • Method Details

    • updateActivity

      void updateActivity(String str)
    • updateStats

      void updateStats(int secs_until_playable, int buffer_secs, long buffer_bytes, int target_buffer_secs)
    • ready

      void ready()
    • failed

      void failed(Throwable error)