Language

HardwareBuffer.Rgba14141414 Field

Definition

Caution

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

64-bit format that has 14-bit R, G, B, and A components, in that order, from the lowest memory address to the highest memory address.

[Android.Runtime.Register("RGBA_14141414", 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 Rgba14141414 = 66;
[<Android.Runtime.Register("RGBA_14141414", 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 Rgba14141414 : Android.Hardware.HardwareBufferFormat

Field Value

Value = 66

Implements

Attributes

Remarks

64-bit format that has 14-bit R, G, B, and A components, in that order, from the lowest memory address to the highest memory address. The format is 64-bit unsigned integer that has a 14-bit R component in the top 14 bits of the word in bytes 0..1, a 14-bit G component in the top 14 bits of the word in bytes 2..3, a 14-bit B component in the top 14 bits of the word in bytes 4..5, and a 14-bit A component in the top 14 bits of the word in bytes 6..7, with the bottom 2 bits of each word unused.

Android reference for android.hardware.HardwareBuffer.RGBA_14141414.

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