onSurfaceTextureAvailable

open override fun onSurfaceTextureAvailable(surfaceTexture: SurfaceTexture, width: Int, height: Int)

SurfaceTextureListener callback that lets us know when a surface texture is ready and we can draw on it.