PerceptionDepthFrameSourceAddedEventArgs.FrameSource 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 depth frame source that was added.
public:
property PerceptionDepthFrameSource ^ FrameSource { PerceptionDepthFrameSource ^ get(); };
PerceptionDepthFrameSource FrameSource();
/// [get: Windows.Foundation.Metadata.Deprecated("PerceptionDepthFrameSourceAddedEventArgs may be unavailable after Windows Creator Update. Please refer to Windows.Media.Capture.Frames APIs on MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 262144, "Windows.Foundation.UniversalApiContract")]
PerceptionDepthFrameSource FrameSource();
public PerceptionDepthFrameSource FrameSource { get; }
public PerceptionDepthFrameSource FrameSource { [Windows.Foundation.Metadata.Deprecated("PerceptionDepthFrameSourceAddedEventArgs may be unavailable after Windows Creator Update. Please refer to Windows.Media.Capture.Frames APIs on MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 262144, "Windows.Foundation.UniversalApiContract")] get; }
var perceptionDepthFrameSource = perceptionDepthFrameSourceAddedEventArgs.frameSource;
Public ReadOnly Property FrameSource As PerceptionDepthFrameSource
Property Value
The depth frame source that was added.
- Attributes