Playing video in a GLSurfaceView instead of SurfaceView

前端 未结 4 557
醉梦人生
醉梦人生 2021-01-19 21:12

I\'ve been struggling with this for 2 days now... Following this answer: https://stackoverflow.com/a/2006454/444324 - it is mentioned that it\'s possible to play a video in

4条回答
  •  误落风尘
    2021-01-19 21:52

    well in one place you are refereing to android.opengl.GLSurfaceView and the other to com.commonsware.android.camera.GLSurfaceView they are different GLSurfaceView classes from different packages

提交回复
热议问题