HardwareBuffer.UsageSensorDirectData Field

Definition

Usage: The buffer will be used for sensor direct data

[Android.Runtime.Register("USAGE_SENSOR_DIRECT_DATA", ApiSince=26)]
public const long UsageSensorDirectData = 8388608;
[<Android.Runtime.Register("USAGE_SENSOR_DIRECT_DATA", ApiSince=26)>]
val mutable UsageSensorDirectData : int64

Field Value

Value = 8388608

Implements

Attributes

Remarks

Usage: The buffer will be used for sensor direct data

Java documentation for android.hardware.HardwareBuffer.USAGE_SENSOR_DIRECT_DATA.

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