 | LibraryParameters Constructor (String, SupportedPlatform, String) |
Namespace:
TeamSpeak.Sdk.Client
Assembly:
TeamSpeak.Sdk (in TeamSpeak.Sdk.dll) Version: 0.1.6124.20226 (0.1.0.0)
Syntaxpublic LibraryParameters(
string nativeBinary,
SupportedPlatform platform,
string resourcesFolder
)
Public Sub New (
nativeBinary As String,
platform As SupportedPlatform,
resourcesFolder As String
)
public:
LibraryParameters(
String^ nativeBinary,
SupportedPlatform platform,
String^ resourcesFolder
)
new :
nativeBinary : string *
platform : SupportedPlatform *
resourcesFolder : string -> LibraryParameters
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