Click or drag to resize
LibraryParameters Class
A set of values that are used when initializing the client library
Inheritance Hierarchy
SystemObject
  TeamSpeak.Sdk.ClientLibraryParameters

Namespace:  TeamSpeak.Sdk.Client
Assembly:  TeamSpeak.Sdk (in TeamSpeak.Sdk.dll) Version: 0.1.6124.20226 (0.1.0.0)
Syntax
public class LibraryParameters

The LibraryParameters type exposes the following members.

Constructors
  NameDescription
Public methodLibraryParameters
Creates a new LibraryParameters-Object.
Public methodLibraryParameters(String)
Creates a new ClientLibraryLoadInfo-Object.
Public methodLibraryParameters(String, String)
Creates a new LibraryParameters-Object.
Public methodLibraryParameters(String, SupportedPlatform, String)
Creates a new LibraryParameters-Object.
Top
Properties
  NameDescription
Public propertyClientPasswordEncrypt
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 propertyCustomPacketDecrypt
Decrypts incoming data
Public propertyCustomPacketEncrypt
Encrypts outgoing data
Public propertyFunctionRarePointers
Unused by SDK
Public propertyLogFileFolder
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 propertyNativeBinary
Location to the TeamSpeak library binary.
Public propertyPlatform
Determines which platform specific code will be executed.
Public propertyResourcesFolder
Path pointing to the directory where the soundbackends folder is located.
Public propertyUsedLogTypes
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.
Top
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Public methodStatic memberTryGetNativeBinaryName
Returns the name of the native sdk binary that fits the current environment
Top
See Also