mirror of
https://github.com/samsonjs/media.git
synced 2026-04-04 11:05:47 +00:00
Remove ExoPlayer link from UI module
PiperOrigin-RevId: 400706800
This commit is contained in:
parent
9788750ddb
commit
ac4a7e919a
1 changed files with 1 additions and 2 deletions
|
|
@ -54,7 +54,6 @@ import androidx.media.app.NotificationCompat.MediaStyle;
|
|||
import com.google.android.exoplayer2.C;
|
||||
import com.google.android.exoplayer2.ControlDispatcher;
|
||||
import com.google.android.exoplayer2.DefaultControlDispatcher;
|
||||
import com.google.android.exoplayer2.ExoPlayer;
|
||||
import com.google.android.exoplayer2.ForwardingPlayer;
|
||||
import com.google.android.exoplayer2.Player;
|
||||
import com.google.android.exoplayer2.util.NotificationUtil;
|
||||
|
|
@ -820,7 +819,7 @@ public class PlayerNotificationManager {
|
|||
/**
|
||||
* @deprecated Use a {@link ForwardingPlayer} and pass it to {@link #setPlayer(Player)} instead.
|
||||
* You can also customize some operations when configuring the player (for example by using
|
||||
* {@link ExoPlayer.Builder#setSeekBackIncrementMs(long)}), or configure whether the rewind
|
||||
* {@code ExoPlayer.Builder.setSeekBackIncrementMs(long)}), or configure whether the rewind
|
||||
* and fast forward actions should be used with {{@link #setUseRewindAction(boolean)}} and
|
||||
* {@link #setUseFastForwardAction(boolean)}.
|
||||
*/
|
||||
|
|
|
|||
Loading…
Reference in a new issue