mirror of
https://github.com/samsonjs/media.git
synced 2026-03-31 10:25:48 +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). */
|
||||
int MEDIA_ITEM_TRANSITION_REASON_SKIP = 3;
|
||||
/**
|
||||
* The current media item has changed because of a modification of the timeline. This can either
|
||||
* be if the period previously being played has been removed, or when the timeline becomes
|
||||
* non-empty after being empty.
|
||||
* The current media item has changed because of a change in the playlist. This can either be if
|
||||
* the media item previously being played has been removed, or when the playlist becomes non-empty
|
||||
* after being empty.
|
||||
*/
|
||||
int MEDIA_ITEM_TRANSITION_REASON_PLAYLIST_CHANGED = 4;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue