mirror of
https://github.com/samsonjs/media.git
synced 2026-04-27 15:07:40 +00:00
Fix incorrect parameter name comment
PiperOrigin-RevId: 292099759
This commit is contained in:
parent
5d74ebe552
commit
016042defa
1 changed files with 1 additions and 1 deletions
|
|
@ -87,7 +87,7 @@ import com.google.android.exoplayer2.trackselection.TrackSelectorResult;
|
|||
return new PlaybackInfo(
|
||||
Timeline.EMPTY,
|
||||
DUMMY_MEDIA_PERIOD_ID,
|
||||
/* contentPositionUs= */ C.TIME_UNSET,
|
||||
/* requestedContentPositionUs= */ C.TIME_UNSET,
|
||||
Player.STATE_IDLE,
|
||||
/* playbackError= */ null,
|
||||
/* isLoading= */ false,
|
||||
|
|
|
|||
Loading…
Reference in a new issue