Language

HardwareBuffer.Bgrx1010102 Field

Definition

Caution

This constant will be removed in the future version. Use Android.Hardware.HardwareBufferFormat enum directly instead of this field.

32-bit packed format that has 2-bit unused, 10-bit R, G, and B components, in that order, from the most-significant bits to the least-significant bits.

[Android.Runtime.Register("BGRX_1010102", ApiSince=37)]
[System.Obsolete("This constant will be removed in the future version. Use Android.Hardware.HardwareBufferFormat enum directly instead of this field.", true)]
public const Android.Hardware.HardwareBufferFormat Bgrx1010102 = 68;
[<Android.Runtime.Register("BGRX_1010102", ApiSince=37)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Hardware.HardwareBufferFormat enum directly instead of this field.", true)>]
val mutable Bgrx1010102 : Android.Hardware.HardwareBufferFormat

Field Value

Value = 68

Implements

Attributes

Remarks

32-bit packed format that has 2-bit unused, 10-bit R, G, and B components, in that order, from the most-significant bits to the least-significant bits. The component values are unsigned normalized to the range [0, 1], whose interpretation is defined by the dataspace.

Android reference for android.hardware.HardwareBuffer.BGRX_1010102.

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