RSTextureView.OnSurfaceTextureAvailable(SurfaceTexture, Int32, Int32) Method

Definition

Caution

deprecated

This member is deprecated.

C#
[Android.Runtime.Register("onSurfaceTextureAvailable", "(Landroid/graphics/SurfaceTexture;II)V", "GetOnSurfaceTextureAvailable_Landroid_graphics_SurfaceTexture_IIHandler")]
[System.Obsolete("deprecated")]
public virtual void OnSurfaceTextureAvailable (Android.Graphics.SurfaceTexture? surface, int width, int height);

Parameters

surface
SurfaceTexture
width
Int32
height
Int32

Implements

Attributes

Remarks

This member is deprecated. in API 16

Java documentation for android.renderscript.RSTextureView.onSurfaceTextureAvailable(android.graphics.SurfaceTexture, int, int).

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to

Product Versions (Obsolete)
.NET for Android (.NET for Android API 34, .NET for Android API 35)