Package | Description |
---|---|
app.library.linkflow.rtmp.encoder.gles |
Modifier and Type | Method and Description |
---|---|
void |
WindowSurface.recreate(EglCore newEglCore)
Recreate the EGLSurface, using the new EglBase.
|
Constructor and Description |
---|
WindowSurface(EglCore eglCore,
android.view.Surface surface,
boolean releaseSurface)
Associates an EGL surface with the native window surface.
|
WindowSurface(EglCore eglCore,
android.graphics.SurfaceTexture surfaceTexture)
Associates an EGL surface with the SurfaceTexture.
|