Click or drag to resize
SoundDevice Constructor
Creates a new SoundDevice

Namespace:  TeamSpeak.Sdk.Client
Assembly:  TeamSpeak.Sdk (in TeamSpeak.Sdk.dll) Version: 0.1.6124.20226 (0.1.0.0)
Syntax
public SoundDevice(
	string mode,
	string id,
	string name
)

Parameters

mode
Type: SystemString
the soundbackend
id
Type: SystemString
id of the device
name
Type: SystemString
human-readable name
Remarks
To get available SoundDevices use GetPlaybackDevices(String) and GetCaptureDevices(String)
See Also