Package tvi.webrtc
Interface EglBase14.EglConnection
- All Superinterfaces:
EglBase.EglConnection
,RefCounted
- Enclosing interface:
- EglBase14
-
Method Summary
Modifier and TypeMethodDescriptionandroid.opengl.EGLConfig
android.opengl.EGLContext
android.opengl.EGLDisplay
Methods inherited from interface tvi.webrtc.RefCounted
release, retain
-
Method Details
-
getContext
android.opengl.EGLContext getContext() -
getDisplay
android.opengl.EGLDisplay getDisplay() -
getConfig
android.opengl.EGLConfig getConfig()
-