DataSpace.DataspaceDynamicDepth Field

Definition

Caution

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

ISO 16684-1:2011(E) Dynamic Depth.

[Android.Runtime.Register("DATASPACE_DYNAMIC_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 DataspaceDynamicDepth = 4098;
[<Android.Runtime.Register("DATASPACE_DYNAMIC_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 DataspaceDynamicDepth : Android.Hardware.DataSpaceType

Field Value

Value = 4098
Attributes

Remarks

ISO 16684-1:2011(E) Dynamic Depth.

Embedded depth metadata following the dynamic depth specification.

Java documentation for android.hardware.DataSpace.DATASPACE_DYNAMIC_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