Freigeben über


AppCaptureState.ShouldCaptureMicrophone Eigenschaft

Definition

Ruft einen Wert ab, der angibt, ob das Mikrofon erfasst werden soll.

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

Eigenschaftswert

Boolean

bool

True, wenn das Mikrofon erfasst werden soll; andernfalls false.

Windows-Anforderungen

App-Funktionen
appCaptureSettings

Gilt für: