• Home
Name Date Size #Lines LOC

..--

src/main/03-May-2024-833622

README.mdD03-May-2024459 128

build.gradleD03-May-20241.8 KiB5447

README.md

1# ExoPlayer GL demo
2
3This app demonstrates how to render video to a [GLSurfaceView][] while applying
4a GL shader.
5
6The shader shows an overlap bitmap on top of the video. The overlay bitmap is
7drawn using an Android canvas, and includes the current frame's presentation
8timestamp, to show how to get the timestamp of the frame currently in the
9off-screen surface texture.
10
11[GLSurfaceView]: https://developer.android.com/reference/android/opengl/GLSurfaceView
12