HardwareBuffer.UsageCpuWriteOften Field

Definition

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

[Android.Runtime.Register("USAGE_CPU_WRITE_OFTEN", ApiSince=26)]
public const long UsageCpuWriteOften = 48;
[<Android.Runtime.Register("USAGE_CPU_WRITE_OFTEN", ApiSince=26)>]
val mutable UsageCpuWriteOften : int64

Field Value

Int64

Implements

Attributes

Remarks

Java documentation for android.hardware.HardwareBuffer.USAGE_CPU_WRITE_OFTEN.

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