mirror of
https://github.com/samsonjs/media.git
synced 2026-04-07 11:35:46 +00:00
MediaSession.Callback: Document an example when onAddMediaItems is called.
This commit is contained in:
parent
fe0cf05283
commit
31e69d2dac
1 changed files with 1 additions and 1 deletions
|
|
@ -993,7 +993,7 @@ public class MediaSession {
|
|||
/**
|
||||
* Called when a controller requested to add new {@linkplain MediaItem media items} to the
|
||||
* playlist via one of the {@code Player.addMediaItem(s)} or {@code Player.setMediaItem(s)}
|
||||
* methods.
|
||||
* methods. For instance when selecting an item on Android Auto, which should then be played.
|
||||
*
|
||||
* <p>Note that the requested {@linkplain MediaItem media items} don't have a {@link
|
||||
* MediaItem.LocalConfiguration} (for example, a URI) and need to be updated to make them
|
||||
|
|
|
|||
Loading…
Reference in a new issue