Package tvi.webrtc

Interface EglBase14.EglConnection

All Superinterfaces:
EglBase.EglConnection, RefCounted
Enclosing interface:
EglBase14

public static interface EglBase14.EglConnection extends EglBase.EglConnection
  • Method Summary

    Modifier and Type
    Method
    Description
    android.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()