DataSpace.DataspaceDepth Field

Definition

Caution

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

Depth.

[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

Field Value

Value = 4096
Attributes

Remarks

Depth.

This value is valid with formats HAL_PIXEL_FORMAT_Y16 and HAL_PIXEL_FORMAT_BLOB.

Java documentation for android.hardware.DataSpace.DATASPACE_DEPTH.

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