HardwareBuffer.IsClosed Property

Definition

Indicates whether this buffer has been closed.

public bool IsClosed { [Android.Runtime.Register("isClosed", "()Z", "", ApiSince=26)] get; }
[<get: Android.Runtime.Register("isClosed", "()Z", "", ApiSince=26)>]
member this.IsClosed : bool

Property Value

Boolean

True if this <code>HardwareBuffer</code> is in a closed state, false otherwise.

Attributes

Remarks

Java documentation for android.hardware.HardwareBuffer.isClosed().

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