mirror of
https://github.com/samsonjs/media.git
synced 2026-04-05 11:15:46 +00:00
Fix javadoc reference to StyledPlayerView in cast demo app
This should have been done in
21e659ef8e
PiperOrigin-RevId: 411073049
This commit is contained in:
parent
720b68dc9c
commit
67a0e6d11c
1 changed files with 1 additions and 2 deletions
|
|
@ -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(
|
||||
|
|
|
|||
Loading…
Reference in a new issue