AppCaptureState.ShouldCaptureMicrophone Property

Definition

Gets a value specifying whether the microphone should be captured.

public:
 property bool ShouldCaptureMicrophone { bool get(); void set(bool value); };
bool ShouldCaptureMicrophone();

void ShouldCaptureMicrophone(bool value);
public bool ShouldCaptureMicrophone { get; set; }
var boolean = appCaptureState.shouldCaptureMicrophone;
appCaptureState.shouldCaptureMicrophone = boolean;
Public Property ShouldCaptureMicrophone As Boolean

Property Value

Boolean

bool

True if the microphone should be captured; otherwise, false.

Windows requirements

App capabilities
appCaptureSettings

Applies to