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
69db9a78
authored
May 03, 2017
by
Andrew Orobator
Committed by
GitHub
May 03, 2017
Browse files
Options
_('Browse Files')
Download
Plain Diff
Merge pull request #2 from AOrobator/AOrobator-patch-1
Improved Documentation
parents
7761cdcd
c4fff54d
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 @
69db9a78
...
@@ -113,8 +113,8 @@ public interface ExoPlayer {
...
@@ -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. 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