Hi, is possible to use MPMovieScalingModeAspectFill with VideoPlayer?
Maybe something like this...
Maybe something like this...
B4X:
Dim no As NativeObject = VideoPlayer1
Dim pl As NativeObject = no.GetField("controller").GetField("player")
pl.SetField("fullscreen", True)
pl.SetField("scalingMode", 2) 'change to 1 for AspectFit