Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets whether the long exposure infrared frame reader is paused.
Syntax
public:
property bool IsPaused {
bool get ();
void set (bool value);
}
public bool IsPaused { get; set; }
var isPaused = longExposureInfraredFrameReader.isPaused;
longExposureInfraredFrameReader.isPaused = isPaused;
Property value
[C++]
[C#]
[JavaScript]
Type: bool
Type: bool
Type: Boolean
The pause state of the long exposure infrared frame reader.
Requirements
Namespace: WindowsPreview.Kinect
Metadata: windowspreview.kinect.winmd
See also
Reference
LongExposureInfraredFrameReader Class
WindowsPreview.Kinect Namespace