Package tvi.webrtc
Interface EglBase.Context
- All Known Subinterfaces:
EglBase10.Context
,EglBase14.Context
- Enclosing interface:
- EglBase
public static interface EglBase.Context
-
Field Summary
-
Method Summary
Modifier and TypeMethodDescriptionlong
Returns an EGL context that can be used by native code.
-
Field Details
-
NO_CONTEXT
static final long NO_CONTEXT- See Also:
-
-
Method Details
-
getNativeEglContext
long getNativeEglContext()Returns an EGL context that can be used by native code. Returns NO_CONTEXT if the method is unsupported. Note: This is currently only supported for EGL 1.4 and not for EGL 1.0.
-