Skip to content

Commit

Permalink
Fix RequestMetadata JavaDoc link to point to the right MediaController.
Browse files Browse the repository at this point in the history
The JavaDoc of RequestMetadata should point to the media3 controller,
not the platform one.

PiperOrigin-RevId: 479047924
  • Loading branch information
tonihei authored and marcbaechinger committed Oct 20, 2022
1 parent ff8dd0b commit 0889589
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1776,7 +1776,7 @@ private ClippingProperties(Builder builder) {
* MediaItem}.
*
* <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.
*/
public static final class RequestMetadata implements Bundleable {
Expand Down

0 comments on commit 0889589

Please sign in to comment.