TextureView.SurfaceTextureListener Property
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.
Returns the SurfaceTextureListener
currently associated with this
texture view. -or- Sets the SurfaceTextureListener
used to listen to surface
texture events.
public virtual Android.Views.TextureView.ISurfaceTextureListener? SurfaceTextureListener { [Android.Runtime.Register("getSurfaceTextureListener", "()Landroid/view/TextureView$SurfaceTextureListener;", "GetGetSurfaceTextureListenerHandler")] get; [Android.Runtime.Register("setSurfaceTextureListener", "(Landroid/view/TextureView$SurfaceTextureListener;)V", "GetSetSurfaceTextureListener_Landroid_view_TextureView_SurfaceTextureListener_Handler")] set; }
[<get: Android.Runtime.Register("getSurfaceTextureListener", "()Landroid/view/TextureView$SurfaceTextureListener;", "GetGetSurfaceTextureListenerHandler")>]
[<set: Android.Runtime.Register("setSurfaceTextureListener", "(Landroid/view/TextureView$SurfaceTextureListener;)V", "GetSetSurfaceTextureListener_Landroid_view_TextureView_SurfaceTextureListener_Handler")>]
member this.SurfaceTextureListener : Android.Views.TextureView.ISurfaceTextureListener with get, set
Property Value
- Attributes
Remarks
Property getter documentation:
Java documentation for android.view.TextureView.getSurfaceTextureListener()
.
Property setter documentation:
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.