Share via


HighDefinitionFaceFrameSource.IsOnline Property

Gets the current activity status of this source.

Syntax

public:
property bool IsOnline {
         bool get ();
         void set (bool value);
}
public bool IsOnline { get; set; }
var isOnline = highDefinitionFaceFrameSource.isOnline;
highDefinitionFaceFrameSource.isOnline = isOnline;

Property value

[C++] 
[C#] 
[JavaScript] 

Type: bool
Type: bool
Type: Boolean

 

True if the source is active; otherwise false.

Requirements

Namespace: Microsoft.Kinect.Face

Assembly: Microsoft.Kinect.Face (in microsoft.kinect.face.dll)

See also

Reference

HighDefinitionFaceFrameSource Class
Microsoft.Kinect.Face Namespace