mirror of
https://github.com/androidx/media.git
synced 2025-04-30 06:46:50 +08:00
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 b70258e43dd9a9aead05eb2247f2058044bee1a5)
This commit is contained in:
parent
1b25dc2627
commit
a31a6c6c1a
@ -1815,7 +1815,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 {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user