| LibraryParameters Class |
Namespace: TeamSpeak.Sdk.Client
The LibraryParameters type exposes the following members.
| Name | Description | |
|---|---|---|
| LibraryParameters |
Creates a new LibraryParameters-Object.
| |
| LibraryParameters(String) |
Creates a new ClientLibraryLoadInfo-Object.
| |
| LibraryParameters(String, String) |
Creates a new LibraryParameters-Object.
| |
| LibraryParameters(String, SupportedPlatform, String) |
Creates a new LibraryParameters-Object.
|
| 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.
| |
| CustomPacketDecrypt |
Decrypts incoming data
| |
| CustomPacketEncrypt |
Encrypts outgoing data
| |
| FunctionRarePointers |
Unused by SDK
| |
| 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.
| |
| Platform |
Determines which platform specific code will be executed.
| |
| PossibleNativeBinaryLocations |
Possible locations to the TeamSpeak library binary.
| |
| ResourcesFolder |
Path pointing to the directory where the soundbackends folder is located.
| |
| 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.
|
| Name | Description | |
|---|---|---|
| Equals | (Inherited from Object.) | |
| Finalize | (Inherited from Object.) | |
| GetHashCode | (Inherited from Object.) | |
| GetType | (Inherited from Object.) | |
| MemberwiseClone | (Inherited from Object.) | |
| ToString | (Inherited from Object.) | |
| TryGetNativeBinaryName |
Returns the name of the native sdk binary that fits the current environment
|