言語

HardwareBuffer.R12 フィールド

定義

注意事項

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

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

[Android.Runtime.Register("R_12", 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 R12 = 61;
[<Android.Runtime.Register("R_12", 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 R12 : Android.Hardware.HardwareBufferFormat

フィールド値

Value = 61

実装

属性

注釈

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

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

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

適用対象