Package com.telnyx.webrtc.lib
Interface EglBase.Context
- All Known Subinterfaces:
EglBase10.Context
,EglBase14.Context
- Enclosing interface:
- EglBase
public static interface EglBase.Context
-
Field Summary
Fields -
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.
-