Click or drag to resize
Library Properties

The Library type exposes the following members.

Properties
  NameDescription
Public propertyStatic memberClientPasswordEncrypt
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.
Public propertyStatic memberConnections
List of all currently existing server connections
Public propertyStatic memberCustomDevices
List of all currently existing custom devices
Public propertyStatic memberCustomPacketDecrypt
Decrypts incoming data
Public propertyStatic memberCustomPacketEncrypt
Encrypts outgoing data
Public propertyStatic memberFunctionRarePointers
Unused by SDK
Public propertyStatic memberIsInitialized
true if the TeamSpeak library has been loaded and initialized; otherwise, false
Public propertyStatic memberLogFileFolder
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.
Public propertyStatic memberLogLevel
The minimum severity of log messages that are passed to UserLogMessage
Public propertyStatic memberNativeBinary
Location to the TeamSpeak library binary.
Public propertyStatic memberPlatform
Platform the library is running on
Public propertyStatic memberResourcesFolder
Path pointing to the directory where the soundbackends folder is located.
Public propertyStatic memberSpeedLimitDown
To get the download speed limit for all virtual servers in bytes/s
Public propertyStatic memberSpeedLimitUp
To get the upload speed limit for all virtual servers in bytes/s
Public propertyStatic memberUsedLogTypes
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.
Public propertyStatic memberVersion
The complete Client Lib version string can be queried with
Public propertyStatic memberVersionNumber
Version number, a part of the complete version string
Top
See Also