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
1b9d0182
authored
May 10, 2019
by
tonihei
Committed by
Oliver Woodman
May 15, 2019
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
Fix Javadoc links.
PiperOrigin-RevId: 247630389
parent
6ead1488
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
6 deletions
library/core/src/main/java/com/google/android/exoplayer2/analytics/AnalyticsListener.java
library/core/src/main/java/com/google/android/exoplayer2/analytics/AnalyticsListener.java
View file @
1b9d0182
...
@@ -59,7 +59,7 @@ public interface AnalyticsListener {
...
@@ -59,7 +59,7 @@ public interface AnalyticsListener {
public
final
Timeline
timeline
;
public
final
Timeline
timeline
;
/**
/**
* Window index in the {@
code
timeline} this event belongs to, or the prospective window index
* Window index in the {@
link #
timeline} this event belongs to, or the prospective window index
* if the timeline is not yet known and empty.
* if the timeline is not yet known and empty.
*/
*/
public
final
int
windowIndex
;
public
final
int
windowIndex
;
...
@@ -76,7 +76,7 @@ public interface AnalyticsListener {
...
@@ -76,7 +76,7 @@ public interface AnalyticsListener {
public
final
long
eventPlaybackPositionMs
;
public
final
long
eventPlaybackPositionMs
;
/**
/**
* Position in the current timeline window ({@
code timeline.getCurrentWindowIndex()}
or the
* Position in the current timeline window ({@
link Player#getCurrentWindowIndex()})
or the
* currently playing ad at the time of the event, in milliseconds.
* currently playing ad at the time of the event, in milliseconds.
*/
*/
public
final
long
currentPlaybackPositionMs
;
public
final
long
currentPlaybackPositionMs
;
...
@@ -91,15 +91,15 @@ public interface AnalyticsListener {
...
@@ -91,15 +91,15 @@ public interface AnalyticsListener {
* @param realtimeMs Elapsed real-time as returned by {@code SystemClock.elapsedRealtime()} at
* @param realtimeMs Elapsed real-time as returned by {@code SystemClock.elapsedRealtime()} at
* the time of the event, in milliseconds.
* the time of the event, in milliseconds.
* @param timeline Timeline at the time of the event.
* @param timeline Timeline at the time of the event.
* @param windowIndex Window index in the {@
code
timeline} this event belongs to, or the
* @param windowIndex Window index in the {@
link #
timeline} this event belongs to, or the
* prospective window index if the timeline is not yet known and empty.
* prospective window index if the timeline is not yet known and empty.
* @param mediaPeriodId Media period identifier for the media period this event belongs to, or
* @param mediaPeriodId Media period identifier for the media period this event belongs to, or
* {@code null} if the event is not associated with a specific media period.
* {@code null} if the event is not associated with a specific media period.
* @param eventPlaybackPositionMs Position in the window or ad this event belongs to at the time
* @param eventPlaybackPositionMs Position in the window or ad this event belongs to at the time
* of the event, in milliseconds.
* of the event, in milliseconds.
* @param currentPlaybackPositionMs Position in the current timeline window ({@
code
* @param currentPlaybackPositionMs Position in the current timeline window ({@
link
*
timeline.getCurrentWindowIndex()} or the currently playing ad at the time of the event,
*
Player#getCurrentWindowIndex()}) or the currently playing ad at the time of the event, in
*
in
milliseconds.
* milliseconds.
* @param totalBufferedDurationMs Total buffered duration from {@link
* @param totalBufferedDurationMs Total buffered duration from {@link
* #currentPlaybackPositionMs} at the time of the event, in milliseconds. This includes
* #currentPlaybackPositionMs} at the time of the event, in milliseconds. This includes
* pre-buffered data for subsequent ads and windows.
* pre-buffered data for subsequent ads and windows.
...
...
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