言語

HardwareBuffer.R14 フィールド

定義

注意事項

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

単一の 14 ビット コンポーネントを含む 16 ビット形式。

[Android.Runtime.Register("R_14", 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 R14 = 62;
[<Android.Runtime.Register("R_14", 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 R14 : Android.Hardware.HardwareBufferFormat

フィールド値

Value = 62

実装

属性

注釈

単一の 14 ビット コンポーネントを含む 16 ビット形式。 この形式は、16 ビットワードの上位 14 ビットに 14 ビットの R コンポーネントがあり、下位 2 ビットが使用されていない 16 ビット符号なし整数です。

android.hardware.HardwareBuffer.R_14の Android リファレンス。

このページの一部は、によって作成および共有され、に記載されている条件に従って使用される作業に基づく変更です。

適用対象