Freigeben über


AppBroadcastState.ShouldCaptureMicrophone Eigenschaft

Definition

Ruft einen Wert ab, der angibt, ob das Mikrofon für die App-Übertragung erfasst werden soll, oder legt den Wert fest.

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

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

Eigenschaftswert

Boolean

bool

Ein Wert, der angibt, ob das Mikrofon für die App-Übertragung erfasst werden soll.

Windows-Anforderungen

App-Funktionen
appBroadcast appBroadcastSettings

Gilt für: