KnownPerceptionFrameKind.Depth 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 the string representing the Depth FrameKind of a PerceptionFrameProviderInfo.
public:
static property Platform::String ^ Depth { Platform::String ^ get(); };
static winrt::hstring Depth();
/// [get: Windows.Foundation.Metadata.Deprecated("KnownPerceptionFrameKind may be unavailable after Windows Creator Update. Please refer to AVStream on MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 262144, "Windows.Foundation.UniversalApiContract")]
static winrt::hstring Depth();
public static string Depth { get; }
public static string Depth { [Windows.Foundation.Metadata.Deprecated("KnownPerceptionFrameKind may be unavailable after Windows Creator Update. Please refer to AVStream on MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 262144, "Windows.Foundation.UniversalApiContract")] get; }
var string = KnownPerceptionFrameKind.depth;
Public Shared ReadOnly Property Depth As String
Property Value
The string representing the Depth FrameKind of a PerceptionFrameProviderInfo.
- Attributes