 | ConnectionLocalTestMode Property |
Instead of sending the sound through the network, it can be routed directly through the playback device, so the user will get immediate audible feedback when for example configuring some sound settings.
Namespace:
TeamSpeak.Sdk.Client
Assembly:
TeamSpeak.Sdk (in TeamSpeak.Sdk.dll) Version: 0.1.6124.20226 (0.1.0.0)
Syntaxpublic bool LocalTestMode { get; set; }
Public Property LocalTestMode As Boolean
Get
Set
public:
property bool LocalTestMode {
bool get ();
void set (bool value);
}
member LocalTestMode : bool with get, set
Property Value
Type:
Boolean
See Also