Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
SDK
/
exoplayer
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
8e5336c5
authored
Sep 02, 2020
by
olly
Committed by
Oliver Woodman
Sep 07, 2020
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
Dev guide: Start updating the download page
PiperOrigin-RevId: 329719402
parent
0f29b9e8
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
4 deletions
extensions/jobdispatcher/README.md
library/core/src/main/java/com/google/android/exoplayer2/offline/DownloadHelper.java
extensions/jobdispatcher/README.md
View file @
8e5336c5
# 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 ##
...
...
library/core/src/main/java/com/google/android/exoplayer2/offline/DownloadHelper.java
View file @
8e5336c5
...
...
@@ -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 for
XXX
} methods.
* <li>Build the helper using one of the {@code for
MediaItem
} 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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment