Package tvi.webrtc
Interface EglBase10.EglConnection
- All Superinterfaces:
EglBase.EglConnection
,RefCounted
- Enclosing interface:
- EglBase10
-
Method Summary
Modifier and TypeMethodDescriptionjavax.microedition.khronos.egl.EGLConfig
javax.microedition.khronos.egl.EGLContext
javax.microedition.khronos.egl.EGLDisplay
javax.microedition.khronos.egl.EGL10
getEgl()
Methods inherited from interface tvi.webrtc.RefCounted
release, retain
-
Method Details
-
getEgl
javax.microedition.khronos.egl.EGL10 getEgl() -
getContext
javax.microedition.khronos.egl.EGLContext getContext() -
getDisplay
javax.microedition.khronos.egl.EGLDisplay getDisplay() -
getConfig
javax.microedition.khronos.egl.EGLConfig getConfig()
-