PerceptionDepthFrameSourceAddedEventArgs PerceptionDepthFrameSourceAddedEventArgs PerceptionDepthFrameSourceAddedEventArgs PerceptionDepthFrameSourceAddedEventArgs Class

Definition

Event data for depth frame source added events.

public : sealed class PerceptionDepthFrameSourceAddedEventArgs : IPerceptionDepthFrameSourceAddedEventArgspublic sealed class PerceptionDepthFrameSourceAddedEventArgs : IPerceptionDepthFrameSourceAddedEventArgsPublic NotInheritable Class PerceptionDepthFrameSourceAddedEventArgs Implements IPerceptionDepthFrameSourceAddedEventArgs// You can use this class in JavaScript.
Attributes
Windows 10 requirements
Device family
Windows 10 (introduced v10.0.10240.0)
API contract
Windows.Foundation.UniversalApiContract (introduced v1)

Properties

FrameSource FrameSource FrameSource FrameSource

Gets the depth frame source that was added.

public : PerceptionDepthFrameSource FrameSource { get; }public PerceptionDepthFrameSource FrameSource { get; }Public ReadOnly Property FrameSource As PerceptionDepthFrameSource// You can use this property in JavaScript.