Package tvi.webrtc

Interface EglThread.RenderUpdate

Enclosing class:
EglThread

public static interface EglThread.RenderUpdate
Interface for clients to schedule rendering updates that will run synchronized.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    update(boolean runsInline)
    Called by EglThread when the rendering window is open.
  • Method Details

    • update

      void update(boolean runsInline)
      Called by EglThread when the rendering window is open. `runsInline` is true when the update is executed directly while the client schedules the update.