Android: How to create video player?

后端 未结 2 458
南方客
南方客 2020-12-13 16:59

I am creating a video recorder and would like to create video player to preview the recorded videos. Modifying the code from this page I have created a MediaPreview class th

2条回答
  •  一生所求
    2020-12-13 17:22

    Off the cuff, I think you need some more logic in some of your callback methods, like surfaceCreated().

提交回复
热议问题