RSTextureView.OnSurfaceTextureAvailable(SurfaceTexture, Int32, Int32) メソッド

定義

注意事項

deprecated

このメンバーは非推奨とされます。

[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);
[<Android.Runtime.Register("onSurfaceTextureAvailable", "(Landroid/graphics/SurfaceTexture;II)V", "GetOnSurfaceTextureAvailable_Landroid_graphics_SurfaceTexture_IIHandler")>]
[<System.Obsolete("deprecated")>]
abstract member OnSurfaceTextureAvailable : Android.Graphics.SurfaceTexture * int * int -> unit
override this.OnSurfaceTextureAvailable : Android.Graphics.SurfaceTexture * int * int -> unit

パラメーター

surface
SurfaceTexture
width
Int32
height
Int32

実装

属性

注釈

このメンバーは非推奨とされます。 API 16 の場合

の Java ドキュメント android.renderscript.RSTextureView.onSurfaceTextureAvailable(android.graphics.SurfaceTexture, int, int)

このページの一部は、によって作成および共有され、に記載されている条件に従って使用される作業に基づく変更です。

適用対象