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 final long
     
  • Method Summary

    Modifier and Type
    Method
    Description
    long
    Returns an EGL context that can be used by native code.
  • Field Details

  • 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.