Image.HardwareBuffer Property

Definition

Get the android.hardware.HardwareBuffer HardwareBuffer handle of the input image intended for GPU and/or hardware access.

public virtual Android.Hardware.HardwareBuffer? HardwareBuffer { [Android.Runtime.Register("getHardwareBuffer", "()Landroid/hardware/HardwareBuffer;", "GetGetHardwareBufferHandler", ApiSince=28)] get; }
[<get: Android.Runtime.Register("getHardwareBuffer", "()Landroid/hardware/HardwareBuffer;", "GetGetHardwareBufferHandler", ApiSince=28)>]
member this.HardwareBuffer : Android.Hardware.HardwareBuffer

Property Value

HardwareBuffer

the HardwareBuffer associated with this Image or null if this Image doesn't support this feature. (Unsupported use cases include Image instances obtained through android.media.MediaCodec MediaCodec, and on versions prior to Android P, android.media.ImageWriter ImageWriter).

Attributes

Remarks

Java documentation for android.media.Image.getHardwareBuffer().

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