HardwareBuffer.UsageCpuWriteRarely Field

Definition

Usage: The buffer will sometimes be written to by the CPU

[Android.Runtime.Register("USAGE_CPU_WRITE_RARELY", ApiSince=26)]
public const long UsageCpuWriteRarely = 32;
[<Android.Runtime.Register("USAGE_CPU_WRITE_RARELY", ApiSince=26)>]
val mutable UsageCpuWriteRarely : int64

Field Value

Value = 32

Implements

Attributes

Remarks

Usage: The buffer will sometimes be written to by the CPU

Java documentation for android.hardware.HardwareBuffer.USAGE_CPU_WRITE_RARELY.

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