Edit

GLTextureView.OnSurfaceTextureAvailable(SurfaceTexture, Int32, Int32) Method

Definition

Invoked when a texture is ready for use.

public void OnSurfaceTextureAvailable(Android.Graphics.SurfaceTexture surface, int width, int height);

Parameters

surface
SurfaceTexture

The surface texture.

width
Int32

The width of the surface.

height
Int32

The height of the surface.

Implements

Applies to