【问题标题】:What does this command mean: EGLExt.eglPresentationTimeANDROID(mEGLDisplay, mEGLSurface, when)?这个命令是什么意思:EGLExt.eglPresentationTimeANDROID(mEGLDisplay, mEGLSurface, when)? 【发布时间】:2020-01-09 13:30:59 【问题描述】: 我找不到有关此命令的任何文档。有人可以帮忙吗? 【问题讨论】: 标签: android android-mediacodec glsurfaceview egl 【解决方案1】: https://developer.android.com/reference/android/opengl/EGLExt https://developer.android.com/reference/android/opengl/EGLExt.html#eglPresentationTimeANDROID(android.opengl.EGLDisplay,%20android.opengl.EGLSurface,%20long) https://www.khronos.org/registry/EGL/extensions/ANDROID/EGL_ANDROID_presentation_time.txt 当前颜色缓冲区的时间应该是 呈现给观众 【讨论】: