Freigeben über


HardwareBuffer.R16 Field

Definition

Caution

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

Format: 16 bits red.

[Android.Runtime.Register("R_16", ApiSince=35)]
[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 R16 = 57;
[<Android.Runtime.Register("R_16", ApiSince=35)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Hardware.HardwareBufferFormat enum directly instead of this field.", true)>]
val mutable R16 : Android.Hardware.HardwareBufferFormat

Field Value

Value = 57

Implements

Attributes

Remarks

Format: 16 bits red. When sampled on the GPU this is represented as an unsigned integer instead of implicit unsigned normalize. For more information see https://www.khronos.org/opengl/wiki/Normalized_Integer

Java documentation for android.hardware.HardwareBuffer.R_16.

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