How can I scale video in ExoPlayer-V2 - Play Video In Full Screen

前端 未结 4 454
面向向阳花
面向向阳花 2020-12-13 14:51

I am playing video from URL on Exoplayer, it stretching the video on resizing/on using resize_mode as I have mentioned in layout file

4条回答
  •  不思量自难忘°
    2020-12-13 15:35

    Following are the Resize Mode options to play around with

    app:resize_mode="fixed_width"
    app:resize_mode="fixed_height"
    app:resize_mode="fill"
    app:resize_mode="fit"
    app:resize_mode="zoom"
    

    You can try each one to see its affect on your container.

提交回复
热议问题