Freigeben über


AppBroadcastGlobalSettings.IsEchoCancellationEnabled Eigenschaft

Definition

Ruft einen Wert ab, der angibt, ob die Echoabbruchung aktiviert ist, oder legt den Wert fest.

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

void IsEchoCancellationEnabled(bool value);
public bool IsEchoCancellationEnabled { get; set; }
var boolean = appBroadcastGlobalSettings.isEchoCancellationEnabled;
appBroadcastGlobalSettings.isEchoCancellationEnabled = boolean;
Public Property IsEchoCancellationEnabled As Boolean

Eigenschaftswert

Boolean

bool

True, wenn der Echoabbruch aktiviert ist; andernfalls false.

Windows-Anforderungen

App-Funktionen
appBroadcast appBroadcastSettings

Gilt für: