Package tvi.webrtc
Interface EglBase.Context
-
- All Known Subinterfaces:
EglBase10.Context
,EglBase14.Context
- Enclosing interface:
- EglBase
public static interface EglBase.Context
-
-
Field Summary
Fields Modifier and Type Field Description static long
NO_CONTEXT
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description long
getNativeEglContext()
Returns an EGL context that can be used by native code.
-
-
-
Field Detail
-
NO_CONTEXT
static final long NO_CONTEXT
- See Also:
- Constant Field Values
-
-