AppCapture.IsCapturingVideo Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.