mirror of
https://github.com/androidx/media.git
synced 2025-05-09 16:40:55 +08:00
Fix javadoc reference to StyledPlayerView in cast demo app
This should have been done in
098c3a010e
PiperOrigin-RevId: 411073049
This commit is contained in:
parent
2ae9f54c23
commit
b0cfe910a9
@ -28,7 +28,6 @@ import com.google.android.exoplayer2.Timeline;
|
||||
import com.google.android.exoplayer2.TracksInfo;
|
||||
import com.google.android.exoplayer2.ext.cast.CastPlayer;
|
||||
import com.google.android.exoplayer2.ext.cast.SessionAvailabilityListener;
|
||||
import com.google.android.exoplayer2.ui.PlayerView;
|
||||
import com.google.android.exoplayer2.ui.StyledPlayerControlView;
|
||||
import com.google.android.exoplayer2.ui.StyledPlayerView;
|
||||
import com.google.android.gms.cast.framework.CastContext;
|
||||
@ -67,7 +66,7 @@ import java.util.ArrayList;
|
||||
*
|
||||
* @param context A {@link Context}.
|
||||
* @param listener A {@link Listener} for queue position changes.
|
||||
* @param playerView The {@link PlayerView} for playback.
|
||||
* @param playerView The {@link StyledPlayerView} for playback.
|
||||
* @param castContext The {@link CastContext}.
|
||||
*/
|
||||
public PlayerManager(
|
||||
|
Loading…
x
Reference in New Issue
Block a user