Commit e37f16a7 by tonihei Committed by microkatz

Fix RequestMetadata JavaDoc link to point to the right MediaController.

The JavaDoc of RequestMetadata should point to the media3 controller,
not the platform one.

PiperOrigin-RevId: 479047924
(cherry picked from commit 08895899)
parent 92ceeda5
...@@ -1776,7 +1776,7 @@ public final class MediaItem implements Bundleable { ...@@ -1776,7 +1776,7 @@ public final class MediaItem implements Bundleable {
* MediaItem}. * MediaItem}.
* *
* <p>This metadata is most useful for cases where playback requests are forwarded to other player * <p>This metadata is most useful for cases where playback requests are forwarded to other player
* instances (e.g. from a {@link android.media.session.MediaController}) and the player creating * instances (e.g. from a {@code androidx.media3.session.MediaController}) and the player creating
* the request doesn't know the required {@link LocalConfiguration} for playback. * the request doesn't know the required {@link LocalConfiguration} for playback.
*/ */
public static final class RequestMetadata implements Bundleable { public static final class RequestMetadata implements Bundleable {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment