Commit cfef1378 by bachinger Committed by Oliver Woodman

Fix JavaDoc

PiperOrigin-RevId: 321436812
parent bb787d66
...@@ -795,9 +795,9 @@ public interface Player { ...@@ -795,9 +795,9 @@ public interface Player {
/** Playback skipped to a new media item (for example after failure). */ /** Playback skipped to a new media item (for example after failure). */
int MEDIA_ITEM_TRANSITION_REASON_SKIP = 3; int MEDIA_ITEM_TRANSITION_REASON_SKIP = 3;
/** /**
* The current media item has changed because of a modification of the timeline. This can either * The current media item has changed because of a change in the playlist. This can either be if
* be if the period previously being played has been removed, or when the timeline becomes * the media item previously being played has been removed, or when the playlist becomes non-empty
* non-empty after being empty. * after being empty.
*/ */
int MEDIA_ITEM_TRANSITION_REASON_PLAYLIST_CHANGED = 4; int MEDIA_ITEM_TRANSITION_REASON_PLAYLIST_CHANGED = 4;
......
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