AppCapture.IsCapturingAudio 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 audio.
public:
property bool IsCapturingAudio { bool get(); };
bool IsCapturingAudio();
public bool IsCapturingAudio { get; }
var boolean = appCapture.isCapturingAudio;
Public ReadOnly Property IsCapturingAudio As Boolean
Property Value
Boolean
bool
True if another app is currently capturing audio; otherwise, false.