Package 

Class ExoPlayerCacheManager

  • All Implemented Interfaces:
    com.shuyu.gsyvideoplayer.cache.ICacheManager

    
    public class ExoPlayerCacheManager
     implements ICacheManager
                        

    ExoPlayer专用 Created by guoshuyu on 2018/5/21.

    • Method Summary

      Modifier and Type Method Description
      void doCacheLogic(Context context, IMediaPlayer mediaPlayer, String url, Map<String, String> header, File cachePath)
      void clearCache(Context context, File cachePath, String url)
      void release()
      boolean hadCached()
      boolean cachePreview(Context context, File cacheDir, String url)
      void setCacheAvailableListener(ICacheManager.ICacheAvailableListener cacheAvailableListener)
      • Methods inherited from class com.shuyu.gsyvideoplayer.cache.ICacheManager

        cachePreview, clearCache, doCacheLogic, hadCached, release, setCacheAvailableListener
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait