Move classes Player depends on to common

This will allow player to be moved to common.

#player-to-common

PiperOrigin-RevId: 347375344
This commit is contained in:
krocard 2020-12-14 14:48:12 +00:00 committed by Christos Tsilopoulos
parent a335c96450
commit d857eec1f7
3 changed files with 2 additions and 3 deletions

View file

@ -15,10 +15,9 @@
*/
package com.google.android.exoplayer2.trackselection;
import com.google.android.exoplayer2.Player;
// TODO(b/172315872) Replace @code by @link when Player has been migrated to common
/**
* The component of a {@link Player} responsible for selecting tracks to be played.
* The component of a {@code Player} responsible for selecting tracks to be played.
*
* <p>No Player agnostic track selection is currently supported. Clients should downcast to the
* implementation's track selection.