KnownPerceptionDepthFrameSourceProperties.MaxDepth Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets a string key used to retrieve a 16-bit unsigned integer property indicating the maximum depth of the depth frame source.
public:
static property Platform::String ^ MaxDepth { Platform::String ^ get(); };
static winrt::hstring MaxDepth();
/// [get: Windows.Foundation.Metadata.Deprecated("KnownPerceptionDepthFrameSourceProperties may be unavailable after Windows Creator Update. Use Windows.Media.Capture.Frames.DepthMediaFrame instead.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 262144, "Windows.Foundation.UniversalApiContract")]
static winrt::hstring MaxDepth();
public static string MaxDepth { get; }
public static string MaxDepth { [Windows.Foundation.Metadata.Deprecated("KnownPerceptionDepthFrameSourceProperties may be unavailable after Windows Creator Update. Use Windows.Media.Capture.Frames.DepthMediaFrame instead.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 262144, "Windows.Foundation.UniversalApiContract")] get; }
var string = KnownPerceptionDepthFrameSourceProperties.maxDepth;
Public Shared ReadOnly Property MaxDepth As String
Property Value
Indicates the maximum depth of the depth frame source. This property is a UInt16 value.
- Attributes