AppBroadcastGlobalSettings.IsEchoCancellationEnabled Eigenschaft
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
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
|