mirror of
https://github.com/androidx/media.git
synced 2025-05-04 06:00:37 +08:00
Improved Documentation
Added missing coma and fixed typo for EventListener#onTimelineChanged
This commit is contained in:
parent
7761cdcd1e
commit
c4fff54d2c
@ -113,8 +113,8 @@ public interface ExoPlayer {
|
|||||||
* Called when the timeline and/or manifest has been refreshed.
|
* Called when the timeline and/or manifest has been refreshed.
|
||||||
* <p>
|
* <p>
|
||||||
* Note that if the timeline has changed then a position discontinuity may also have occurred.
|
* Note that if the timeline has changed then a position discontinuity may also have occurred.
|
||||||
* For example the current period index may have changed as a result of periods being added or
|
* For example, the current period index may have changed as a result of periods being added or
|
||||||
* removed from the timeline. The will <em>not</em> be reported via a separate call to
|
* removed from the timeline. This will <em>not</em> be reported via a separate call to
|
||||||
* {@link #onPositionDiscontinuity()}.
|
* {@link #onPositionDiscontinuity()}.
|
||||||
*
|
*
|
||||||
* @param timeline The latest timeline. Never null, but may be empty.
|
* @param timeline The latest timeline. Never null, but may be empty.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user