PerceptionInfraredFrameSource.OpenReader Method
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 a frame reader that reads frames from this infrared frame source.
public:
virtual PerceptionInfraredFrameReader ^ OpenReader() = OpenReader;
PerceptionInfraredFrameReader OpenReader();
/// [Windows.Foundation.Metadata.Deprecated("PerceptionInfraredFrameSource may be unavailable after Windows Creator Update. Use Windows.Media.Capture.Frames.MediaFrameSource instead.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 262144, "Windows.Foundation.UniversalApiContract")]
PerceptionInfraredFrameReader OpenReader();
public PerceptionInfraredFrameReader OpenReader();
[Windows.Foundation.Metadata.Deprecated("PerceptionInfraredFrameSource may be unavailable after Windows Creator Update. Use Windows.Media.Capture.Frames.MediaFrameSource instead.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 262144, "Windows.Foundation.UniversalApiContract")]
public PerceptionInfraredFrameReader OpenReader();
function openReader()
Public Function OpenReader () As PerceptionInfraredFrameReader
Returns
A frame reader that reads frames from this infrared frame source.
- Attributes