MediaPresentationDescriptionLoadable

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

Author

Sergio Martinez - smartinez@brightcove.com

Constructors

Link copied to clipboard
constructor(mpdParser: DashManifestParser, manifestUrl: String, downloadDirectory: File)

Properties

Link copied to clipboard
val DEFAULT_MPD_NAME: String = "master.mpd"
Link copied to clipboard
open val manifestFile: File

Functions

Link copied to clipboard
open fun cancelLoad()
Link copied to clipboard
open fun getResult(): DashManifest
Gets the Media Presentation Description manifest object resulted from the request.
Link copied to clipboard
open fun load()