AppCapture.IsCapturingVideo Property

Definition

Gets a value indicating whether another app is currently capturing video.

public:
 property bool IsCapturingVideo { bool get(); };
bool IsCapturingVideo();
public bool IsCapturingVideo { get; }
var boolean = appCapture.isCapturingVideo;
Public ReadOnly Property IsCapturingVideo As Boolean

Property Value

Boolean

bool

True if another app is currently capturing video; otherwise, false.

Applies to