protected class RendererDelegate : SurfaceTextureListener
RendererDelegate(renderer: ISurfaceRenderer, rajawaliTextureView: TextureView) |
fun onSurfaceTextureAvailable(surface: SurfaceTexture, width: Int, height: Int): Unit |
|
fun onSurfaceTextureDestroyed(surface: SurfaceTexture): Boolean |
|
fun onSurfaceTextureSizeChanged(surface: SurfaceTexture, width: Int, height: Int): Unit |
|
fun onSurfaceTextureUpdated(surface: SurfaceTexture): Unit |