mirror of
https://github.com/samsonjs/media.git
synced 2026-04-27 15:07:40 +00:00
Fix JavaDoc
PiperOrigin-RevId: 321436812
This commit is contained in:
parent
bb787d662d
commit
cfef1378a7
1 changed files with 3 additions and 3 deletions
|
|
@ -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;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue