Module fetch

Source
Expand description

Support for downloading content from DASH MPD media streams.

Structs§

DashDownloader
The DashDownloader allows the download of streaming media content from a DASH MPD manifest.

Enums§

QualityPreference
Preference for retrieving media representation with highest quality (and highest file size) or lowest quality (and lowest file size).

Traits§

ProgressObserver
Receives updates concerning the progression of the download, and can display this information to the user, for example using a progress bar.

Functions§

parse_resolving_xlinks
partial_process_output

Type Aliases§

HttpClient
A Client from the reqwest crate, that we use to download content over HTTP.