play video using opengles, android

前端 未结 2 1879
孤城傲影
孤城傲影 2021-01-14 04:44

how to play video using opengl es in android?

2条回答
  •  有刺的猬
    2021-01-14 05:04

    I'm not sure why you're metioning OpenGL here, but probably the easiest way to play video is using the VideoView class. You'll want to have a look at the MediaPlayer class too.

    You might find the Audio and Video page in the Android Developer Documentation helpful.

    There's VideoView sample code and MediaPlayer sample code in the API demos provided with the Android SDK.

提交回复
热议问题