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