TextureView.IsAvailable Property

Definition

Returns true if the SurfaceTexture associated with this TextureView is available for rendering.

public virtual bool IsAvailable { [Android.Runtime.Register("isAvailable", "()Z", "GetIsAvailableHandler")] get; }
[<get: Android.Runtime.Register("isAvailable", "()Z", "GetIsAvailableHandler")>]
member this.IsAvailable : bool

Property Value

Attributes

Remarks

Returns true if the SurfaceTexture associated with this TextureView is available for rendering. When this method returns true, #getSurfaceTexture() returns a valid surface texture.

Java documentation for android.view.TextureView.isAvailable().

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