TextureViewRendererConfiguration

data class TextureViewRendererConfiguration(val rendererEvents: RendererCommon.RendererEvents? = null, val eglBaseContext: EglBase.Context, val optionals: TextureViewRendererConfiguration.Optionals? = null)

Configuration for the TextureViewRenderer

Parameters

rendererEvents

optional listener for the view events

eglBaseContext

the Egl context which needs to be passed for the rendering process

optionals

configuration attributes & drawer

Constructors

Link copied to clipboard
constructor(rendererEvents: RendererCommon.RendererEvents? = null, eglBaseContext: EglBase.Context, optionals: TextureViewRendererConfiguration.Optionals? = null)

Types

Link copied to clipboard
data class Optionals(val configAttributes: IntArray, val glDrawer: RendererCommon.GlDrawer)

Optional configuration

Properties

Link copied to clipboard
val eglBaseContext: EglBase.Context
Link copied to clipboard
Link copied to clipboard
val rendererEvents: RendererCommon.RendererEvents? = null