PerceptionInfraredFrameReader.Source 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 infrared frame source this reader gets frames from.
public:
property PerceptionInfraredFrameSource ^ Source { PerceptionInfraredFrameSource ^ get(); };
PerceptionInfraredFrameSource Source();
/// [get: Windows.Foundation.Metadata.Deprecated("PerceptionInfraredFrameReader may be unavailable after Windows Creator Update. Use Windows.Media.Capture.Frames.MediaFrameReader instead.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 262144, "Windows.Foundation.UniversalApiContract")]
PerceptionInfraredFrameSource Source();
public PerceptionInfraredFrameSource Source { get; }
public PerceptionInfraredFrameSource Source { [Windows.Foundation.Metadata.Deprecated("PerceptionInfraredFrameReader 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 perceptionInfraredFrameSource = perceptionInfraredFrameReader.source;
Public ReadOnly Property Source As PerceptionInfraredFrameSource
Property Value
The infrared frame source this reader gets frames from.
- Attributes