EglRenderer

constructor(name: String)

Standard constructor. The name will be used for the render thread name and included when logging. In order to render something, you must first call init() and createEglSurface.


constructor(name: String, videoFrameDrawer: VideoFrameDrawer)