mirror of
https://github.com/samsonjs/media.git
synced 2026-03-26 09:35:47 +00:00
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:
parent
a335c96450
commit
d857eec1f7
3 changed files with 2 additions and 3 deletions
|
|
@ -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.
|
||||
Loading…
Reference in a new issue