RSTextureView.OnSurfaceTextureDestroyed(SurfaceTexture) Method

Definition

Caution

deprecated

This member is deprecated.

[Android.Runtime.Register("onSurfaceTextureDestroyed", "(Landroid/graphics/SurfaceTexture;)Z", "GetOnSurfaceTextureDestroyed_Landroid_graphics_SurfaceTexture_Handler")]
[System.Obsolete("deprecated")]
public virtual bool OnSurfaceTextureDestroyed (Android.Graphics.SurfaceTexture? surface);
[<Android.Runtime.Register("onSurfaceTextureDestroyed", "(Landroid/graphics/SurfaceTexture;)Z", "GetOnSurfaceTextureDestroyed_Landroid_graphics_SurfaceTexture_Handler")>]
[<System.Obsolete("deprecated")>]
abstract member OnSurfaceTextureDestroyed : Android.Graphics.SurfaceTexture -> bool
override this.OnSurfaceTextureDestroyed : Android.Graphics.SurfaceTexture -> bool

Parameters

surface
SurfaceTexture

Returns

Implements

Attributes

Remarks

This member is deprecated. in API 16

Java documentation for android.renderscript.RSTextureView.onSurfaceTextureDestroyed(android.graphics.SurfaceTexture).

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