PerceptionDepthFrameReader.Source プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
このリーダーがフレームを取得する深度フレーム ソースを取得します。
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
プロパティ値
このリーダーがフレームを取得する深度フレーム ソース。
- 属性