Android.Views.TextureView.IsAvailable Property
Returns true if the Android.Graphics.SurfaceTexture associated with this TextureView is available for rendering.

Syntax

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

Value

Documentation for this section has not yet been entered.

Remarks

Returns true if the Android.Graphics.SurfaceTexture associated with this TextureView is available for rendering. When this method returns true, TextureView.SurfaceTexture returns a valid surface texture.

[Android Documentation]

Requirements

Namespace: Android.Views
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 14