Click or drag to resize
LibraryParameters Constructor (String, SupportedPlatform, String)
Creates a new LibraryParameters-Object.

Namespace:  TeamSpeak.Sdk.Client
Assembly:  TeamSpeak.Sdk (in TeamSpeak.Sdk.dll) Version: 0.1.6124.20226 (0.1.0.0)
Syntax
public LibraryParameters(
	string nativeBinary,
	SupportedPlatform platform,
	string resourcesFolder
)

Parameters

nativeBinary
Type: SystemString
Location to the TeamSpeak library binary.
platform
Type: TeamSpeak.SdkSupportedPlatform
Determines which platform specific code will be executed.
resourcesFolder
Type: SystemString
Path pointing to the directory where the soundbackends folder is located.
See Also