DataSpace.DataspaceDepth フィールド

定義

注意事項

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

深さ。

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

フィールド値

Value = 4096
属性

注釈

深さ。

この値は、HAL_PIXEL_FORMAT_Y16形式とHAL_PIXEL_FORMAT_BLOB形式で有効です。

Javaドキュメント。

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

適用対象