EglRenderer
EglRenderer is a helper interface to draw VideoFrame objects to a provided OpenGLES textures with additional display relation options.
It is currently used by SurfaceRenderView and TextureRenderView
Inheritors
Properties
Functions
Link copied to clipboard
Initialize internal EGL target rendering surface from Surface or SurfaceTexture
Link copied to clipboard
Initialize with factory to create EglCore objects to hold/share EGL state
Link copied to clipboard
Receive a video frame from some upstream source. The VideoSink may render, store, process, and forward the frame, among other applications.
Link copied to clipboard
Release internal EGL target rendering surface. Not calling this function will leak resources.