PerceptionDepthFrameSource.DeviceKind 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 value indicating the kind of physical device that generates the depth frames.
public:
property Platform::String ^ DeviceKind { Platform::String ^ get(); };
winrt::hstring DeviceKind();
/// [get: Windows.Foundation.Metadata.Deprecated("PerceptionDepthFrameSource may be unavailable after Windows Creator Update. Use Windows.Media.Capture.Frames.MediaFrameSource instead.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 262144, "Windows.Foundation.UniversalApiContract")]
winrt::hstring DeviceKind();
public string DeviceKind { get; }
public string DeviceKind { [Windows.Foundation.Metadata.Deprecated("PerceptionDepthFrameSource may be unavailable after Windows Creator Update. Use Windows.Media.Capture.Frames.MediaFrameSource instead.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 262144, "Windows.Foundation.UniversalApiContract")] get; }
var string = perceptionDepthFrameSource.deviceKind;
Public ReadOnly Property DeviceKind As String
Property Value
A string value indicating the kind of physical device that generates the depth frames.
- Attributes