GLTextureView.OnSurfaceTextureUpdated(SurfaceTexture) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Invoked when the specified texture is updated through Android.Graphics.SurfaceTexture.UpdateTexImage.
public void OnSurfaceTextureUpdated(Android.Graphics.SurfaceTexture surface);
Parameters
- surface
- SurfaceTexture
The surface texture.