HardwareBuffer.UsageCpuReadRarely Field

Definition

Usage: The buffer will sometimes be read by the CPU

[Android.Runtime.Register("USAGE_CPU_READ_RARELY", ApiSince=26)]
public const long UsageCpuReadRarely = 2;
[<Android.Runtime.Register("USAGE_CPU_READ_RARELY", ApiSince=26)>]
val mutable UsageCpuReadRarely : int64

Field Value

Int64

Implements

Attributes

Remarks

Java documentation for android.hardware.HardwareBuffer.USAGE_CPU_READ_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