We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
DownloadHelper
1 parent 0e53154 commit 801e082Copy full SHA for 801e082
libraries/exoplayer/src/main/java/androidx/media3/exoplayer/offline/DownloadHelper.java
@@ -101,7 +101,7 @@
101
* <p>A typical usage of DownloadHelper follows these steps:
102
*
103
* <ol>
104
- * <li>Build the helper using one of the {@code forMediaItem} methods.
+ * <li>Build the helper using a {@link Factory} instance.
105
* <li>Prepare the helper using {@link #prepare(Callback)} and wait for the callback.
106
* <li>Optional: Inspect the selected tracks using {@link #getMappedTrackInfo(int)} and {@link
107
* #getTrackSelections(int, int)}, and make adjustments using {@link
0 commit comments