Skip to content

Commit

Permalink
Fix DashChunkSource @param name
Browse files Browse the repository at this point in the history
This needs to match with the implementation for Dackka javadoc generation to succeed.

PiperOrigin-RevId: 396377019
  • Loading branch information
andrewlewis authored and christosts committed Sep 14, 2021
1 parent f8d60e2 commit ee11d08
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ interface Factory {
* @param periodIndex The index of the corresponding period in the manifest.
* @param adaptationSetIndices The indices of the corresponding adaptation sets in the period.
* @param trackSelection The track selection.
* @param type The {@link C.TrackType track type}.
* @param trackType The {@link C.TrackType track type}.
* @param elapsedRealtimeOffsetMs If known, an estimate of the instantaneous difference between
* server-side unix time and {@link SystemClock#elapsedRealtime()} in milliseconds,
* specified as the server's unix time minus the local elapsed time. Or {@link C#TIME_UNSET}
Expand All @@ -58,7 +58,7 @@ DashChunkSource createDashChunkSource(
int periodIndex,
int[] adaptationSetIndices,
ExoTrackSelection trackSelection,
@C.TrackType int type,
@C.TrackType int trackType,
long elapsedRealtimeOffsetMs,
boolean enableEventMessageTrack,
List<Format> closedCaptionFormats,
Expand Down

0 comments on commit ee11d08

Please sign in to comment.