Package 

Class MediaPresentationDescriptionLoadable

  • All Implemented Interfaces:
    com.google.android.exoplayer2.upstream.Loader.Loadable

    
    public class MediaPresentationDescriptionLoadable
     implements Loader.Loadable
                        

    A Loader.Loadable responsible to request the Media Presentation Description manifest and store it in a specified directory.

    • Method Summary

      Modifier and Type Method Description
      File getManifestFile() Gets the manifest file with its absolute path.
      DashManifest getResult() Gets the Media Presentation Description manifest object resulted from the request.
      void cancelLoad()
      void load()
      • Methods inherited from class com.google.android.exoplayer2.upstream.Loader.Loadable

        cancelLoad, load
      • Methods inherited from class java.lang.Object

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

      • MediaPresentationDescriptionLoadable

        MediaPresentationDescriptionLoadable(DashManifestParser mpdParser, String manifestUrl, File downloadDirectory)
    • Method Detail

      • getResult

        @Nullable() DashManifest getResult()

        Gets the Media Presentation Description manifest object resulted from the request.