Class DefaultOfflineDelegate

    • Constructor Summary

      Constructors 
      Constructor Description
      DefaultOfflineDelegate​(android.content.Context applicationContext)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      com.google.android.exoplayer2.upstream.DataSource.Factory getCacheDataSourceFactory​(java.lang.String mediaId)  
      com.google.android.exoplayer2.offline.Download getDownload​(java.lang.String mediaId)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • DefaultOfflineDelegate

        public DefaultOfflineDelegate​(android.content.Context applicationContext)
    • Method Detail

      • getCacheDataSourceFactory

        public com.google.android.exoplayer2.upstream.DataSource.Factory getCacheDataSourceFactory​(java.lang.String mediaId)
        Specified by:
        getCacheDataSourceFactory in class OfflineDelegate
      • getDownload

        public com.google.android.exoplayer2.offline.Download getDownload​(java.lang.String mediaId)
        Specified by:
        getDownload in class OfflineDelegate