MultiSourceFrameReader Class

Represents a reader for multi source frames.

Syntax

public ref class MultiSourceFrameReader sealed : IClosable, INotifyPropertyChanged
public sealed class MultiSourceFrameReader : IDisposable, INotifyPropertyChanged
var multiSourceFrameReader = WindowsPreview.Kinect.MultiSourceFrameReader;

Members

MultiSourceFrameReader has the following members.

Properties

Name Description
FrameSourceTypes Gets the types of frames being read by the multi source frame reader.
IsPaused Gets or sets whether the multi source frame reader is paused.
KinectSensor Gets the Kinect sensor associated with the reader.

Methods

Name Description
AcquireLatestFrame Gets the most recent multi source frame.
Close Closes and releases system resources associated with the multi-source frame reader.

Events

Name Description
MultiSourceFrameArrived Event that fires whenever a frame is captured.
PropertyChanged Occurs when a property of the MultiSourceFrameReader changes.

Requirements

Namespace: WindowsPreview.Kinect

Metadata: windowspreview.kinect.winmd

See also

Reference

WindowsPreview.Kinect Namespace