共用方式為


PerceptionDepthFrameReader.Source 屬性

定義

取得此讀取器從中取得畫面的深度框架來源。

public:
 property PerceptionDepthFrameSource ^ Source { PerceptionDepthFrameSource ^ get(); };
PerceptionDepthFrameSource Source();
/// [get: Windows.Foundation.Metadata.Deprecated("PerceptionDepthFrameReader may be unavailable after Windows Creator Update.  Use Windows.Media.Capture.Frames.MediaFrameReader instead.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 262144, "Windows.Foundation.UniversalApiContract")]
PerceptionDepthFrameSource Source();
public PerceptionDepthFrameSource Source { get; }
public PerceptionDepthFrameSource Source { [Windows.Foundation.Metadata.Deprecated("PerceptionDepthFrameReader may be unavailable after Windows Creator Update.  Use Windows.Media.Capture.Frames.MediaFrameReader instead.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 262144, "Windows.Foundation.UniversalApiContract")] get; }
var perceptionDepthFrameSource = perceptionDepthFrameReader.source;
Public ReadOnly Property Source As PerceptionDepthFrameSource

屬性值

此讀取器從中取得畫面的深度框架來源。

屬性

適用於