Click or drag to resize
SoundDeviceListChangedEventHandler Delegate
Called when the list of SoundDevice returned by GetCaptureDevices(String) and GetPlaybackDevices(String) was changed

Namespace:  TeamSpeak.Sdk.Client
Assembly:  TeamSpeak.Sdk (in TeamSpeak.Sdk.dll) Version: 0.1.6124.20226 (0.1.0.0)
Syntax
public delegate void SoundDeviceListChangedEventHandler(
	string mode,
	bool playOrCap
)

Parameters

mode
Type: SystemString
The soundbackend affected
playOrCap
Type: SystemBoolean
true if the list of playback devices is changed; otherwise the list of capture devices is changed
See Also