discord-jadx/app/src/main/java/c/i/a/c/j2/p.java

23 lines
541 B
Java

package c.i.a.c.j2;
import android.content.Context;
import android.opengl.GLSurfaceView;
/* compiled from: VideoDecoderGLSurfaceView */
public class p extends GLSurfaceView {
public final o i;
public p(Context context) {
super(context, null);
o oVar = new o(this);
this.i = oVar;
setPreserveEGLContextOnPause(true);
setEGLContextClientVersion(2);
setRenderer(oVar);
setRenderMode(0);
}
public r getVideoDecoderOutputBufferRenderer() {
return this.i;
}
}