Encontré una solución como se muestra a continuación.
Subglobales
Privado SimpleExoPlayerView1 como SimpleExoPlayerView
Private Player2 como SimpleExoPlayer
Dim mp como B4XPage3
Fin Sub
[CÓDIGO = b4x] SwitchTargetPlayerView (Verdadero)
Jugador2 = mp.Jugador
Subtítulo final
Sub Switch privado TargetPlayerView (FullScreenIsDestination como booleano)
mp = B4XPages.GetPage("Reproductor multimedia")
Dim jo como objeto Java
Atenuar jugador como objeto = mp.Player.As(JavaObject).GetField("jugador")
jo.InitializeStatic("androidx.media3.ui.PlayerView")
jo.RunMethod("switchTargetView", Array(Player, IIf(FullScreenIsDestination, mp.SimpleExoPlayerView1, SimpleExoPlayerView1), IIf(FullScreenIsDestination, SimpleExoPlayerView1, mp.SimpleExoPlayerView1)))
Fin Sub[/CODE]