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
ccc82cdb
authored
Jul 12, 2019
by
tonihei
Committed by
Oliver Woodman
Jul 14, 2019
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
Remove some remaining references to manifests.
PiperOrigin-RevId: 257757496
parent
56a922c1
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
7 additions
and
7 deletions
library/core/src/main/java/com/google/android/exoplayer2/Player.java
library/core/src/main/java/com/google/android/exoplayer2/source/MediaSource.java
library/dash/src/main/java/com/google/android/exoplayer2/source/dash/DashMediaSource.java
library/core/src/main/java/com/google/android/exoplayer2/Player.java
View file @
ccc82cdb
...
...
@@ -563,8 +563,8 @@ public interface Player {
int
DISCONTINUITY_REASON_INTERNAL
=
4
;
/**
* Reasons for timeline
and/or manifest changes. One of {@link #TIMELINE_CHANGE_REASON_PREPARED},
*
{@link
#TIMELINE_CHANGE_REASON_RESET} or {@link #TIMELINE_CHANGE_REASON_DYNAMIC}.
* Reasons for timeline
changes. One of {@link #TIMELINE_CHANGE_REASON_PREPARED}, {@link
* #TIMELINE_CHANGE_REASON_RESET} or {@link #TIMELINE_CHANGE_REASON_DYNAMIC}.
*/
@Documented
@Retention
(
RetentionPolicy
.
SOURCE
)
...
...
library/core/src/main/java/com/google/android/exoplayer2/source/MediaSource.java
View file @
ccc82cdb
...
...
@@ -239,12 +239,12 @@ public interface MediaSource {
}
/**
* Starts source preparation if not yet started, and adds a listener for timeline and/or manifest
* updates.
* Starts source preparation.
*
* <p>Should not be called directly from application code.
*
* <p>The listener will be also be notified if the source already has a timeline and/or manifest.
* <p>{@link SourceInfoRefreshListener#onSourceInfoRefreshed(MediaSource, Timeline)} will be
* called once the source has a {@link Timeline}.
*
* <p>For each call to this method, a call to {@link #releaseSource(SourceInfoRefreshListener)} is
* needed to remove the listener and to release the source if no longer required.
...
...
library/dash/src/main/java/com/google/android/exoplayer2/source/dash/DashMediaSource.java
View file @
ccc82cdb
...
...
@@ -366,8 +366,8 @@ public final class DashMediaSource extends BaseMediaSource {
/**
* The interval in milliseconds between invocations of {@link
* SourceInfoRefreshListener#onSourceInfoRefreshed(MediaSource, Timeline
, Object)} when the
*
source's
{@link Timeline} is changing dynamically (for example, for incomplete live streams).
* SourceInfoRefreshListener#onSourceInfoRefreshed(MediaSource, Timeline
)} when the source's
* {@link Timeline} is changing dynamically (for example, for incomplete live streams).
*/
private
static
final
int
NOTIFY_MANIFEST_INTERVAL_MS
=
5000
;
/**
...
...
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