| Library Properties |
The Library type exposes the following members.
| Name | Description | |
|---|---|---|
| ClientPasswordEncrypt |
Used to hash the password in the same way it is hashed in the outside data store. Or just return the password to send the clear text to the server.
| |
| Connections |
List of all currently existing server connections
| |
| CustomDevices |
List of all currently existing custom devices
| |
| CustomPacketDecrypt |
Decrypts incoming data
| |
| CustomPacketEncrypt |
Encrypts outgoing data
| |
| FunctionRarePointers |
Unused by SDK
| |
| IsInitialized |
true if the TeamSpeak library has been loaded and initialized; otherwise, false
| |
| LogFileFolder |
Defines the location where the logs are written to. Pass null for the default behavior, which is to use a folder called logs in the current working directory.
| |
| LogLevel |
The minimum severity of log messages that are passed to UserLogMessage | |
| NativeBinary |
Location to the TeamSpeak library binary.
| |
| Platform |
Platform the library is running on
| |
| ResourcesFolder |
Path pointing to the directory where the soundbackends folder is located.
| |
| SpeedLimitDown |
To get the download speed limit for all virtual servers in bytes/s
| |
| SpeedLimitUp |
To get the upload speed limit for all virtual servers in bytes/s
| |
| UsedLogTypes |
The library can output log messages (called by Log(LogLevel, String, Connection, String)) to a file (located in the logs directory relative to the client executable), to stdout or to user defined callbacks.
| |
| Version |
The complete Client Lib version string can be queried with
| |
| VersionNumber |
Version number, a part of the complete version string
|