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 a boolean that indicates if the reader is paused.
Syntax
public:
property bool IsPaused {
bool get ();
void set (bool value);
}
public bool IsPaused { get; set; }
var isPaused = highDefinitionFaceFrameReader.isPaused;
highDefinitionFaceFrameReader.isPaused = isPaused;
Property value
[C++]
[C#]
[JavaScript]
Type: bool
Type: bool
Type: Boolean
True if the reader is paused; otherwise false.
Requirements
Namespace: Microsoft.Kinect.Face
Assembly: Microsoft.Kinect.Face (in microsoft.kinect.face.dll)
See also
Reference
HighDefinitionFaceFrameReader Class
Microsoft.Kinect.Face Namespace