Commit 67a0e6d1 by ibaker Committed by Ian Baker

Fix javadoc reference to StyledPlayerView in cast demo app

This should have been done in
https://github.com/androidx/media/commit/21e659ef8e62d57be5ed77c80c1c80df94a8f952

PiperOrigin-RevId: 411073049
parent 720b68dc
......@@ -28,7 +28,6 @@ import androidx.media3.common.Player.TimelineChangeReason;
import androidx.media3.common.Timeline;
import androidx.media3.common.TracksInfo;
import androidx.media3.exoplayer.ExoPlayer;
import androidx.media3.ui.PlayerView;
import androidx.media3.ui.StyledPlayerControlView;
import androidx.media3.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(
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment