AppCapture.IsCapturingAudio Property

Definition

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.

Applies to