mirror of
https://github.com/samsonjs/media.git
synced 2026-04-08 11:45:51 +00:00
Dev guide: Start updating the download page
PiperOrigin-RevId: 329719402
This commit is contained in:
parent
0f29b9e84d
commit
8e5336c59e
2 changed files with 2 additions and 4 deletions
|
|
@ -1,12 +1,10 @@
|
|||
# ExoPlayer Firebase JobDispatcher extension #
|
||||
|
||||
**DEPRECATED - Please use [WorkManager extension][] or [PlatformScheduler][]
|
||||
instead.**
|
||||
**This extension is deprecated. Use the [WorkManager extension][] instead.**
|
||||
|
||||
This extension provides a Scheduler implementation which uses [Firebase JobDispatcher][].
|
||||
|
||||
[WorkManager extension]: https://github.com/google/ExoPlayer/blob/release-v2/extensions/workmanager/README.md
|
||||
[PlatformScheduler]: https://github.com/google/ExoPlayer/blob/release-v2/library/core/src/main/java/com/google/android/exoplayer2/scheduler/PlatformScheduler.java
|
||||
[Firebase JobDispatcher]: https://github.com/firebase/firebase-jobdispatcher-android
|
||||
|
||||
## Getting the extension ##
|
||||
|
|
|
|||
|
|
@ -77,7 +77,7 @@ import org.checkerframework.checker.nullness.qual.RequiresNonNull;
|
|||
* <p>A typical usage of DownloadHelper follows these steps:
|
||||
*
|
||||
* <ol>
|
||||
* <li>Build the helper using one of the {@code forXXX} methods.
|
||||
* <li>Build the helper using one of the {@code forMediaItem} methods.
|
||||
* <li>Prepare the helper using {@link #prepare(Callback)} and wait for the callback.
|
||||
* <li>Optional: Inspect the selected tracks using {@link #getMappedTrackInfo(int)} and {@link
|
||||
* #getTrackSelections(int, int)}, and make adjustments using {@link
|
||||
|
|
|
|||
Loading…
Reference in a new issue