Expand description
Support for downloading content from DASH MPD media streams.
Structs§
- The DashDownloader allows the download of streaming media content from a DASH MPD manifest.
Enums§
- Preference for retrieving media representation with highest quality (and highest file size) or lowest quality (and lowest file size).
Traits§
- Receives updates concerning the progression of the download, and can display this information to the user, for example using a progress bar.
Functions§
Type Aliases§
- A
Client
from thereqwest
crate, that we use to download content over HTTP.