Commit 0302fd6b by ojw28 Committed by GitHub

Merge pull request #2765 from AOrobator/dev-v2

Dev v2
parents f302d528 69db9a78
...@@ -119,8 +119,8 @@ public interface ExoPlayer { ...@@ -119,8 +119,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.
......
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