Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
SDK
/
exoplayer
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
0302fd6b
authored
May 08, 2017
by
ojw28
Committed by
GitHub
May 08, 2017
Browse files
Options
_('Browse Files')
Download
Plain Diff
Merge pull request #2765 from AOrobator/dev-v2
Dev v2
parents
f302d528
69db9a78
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
library/core/src/main/java/com/google/android/exoplayer2/ExoPlayer.java
library/core/src/main/java/com/google/android/exoplayer2/ExoPlayer.java
View file @
0302fd6b
...
@@ -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. Th
e
will <em>not</em> be reported via a separate call to
* removed from the timeline. Th
is
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.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment