 | SoundDeviceListChangedEventHandler Delegate |
Namespace:
TeamSpeak.Sdk.Client
Assembly:
TeamSpeak.Sdk (in TeamSpeak.Sdk.dll) Version: 0.1.6124.20226 (0.1.0.0)
Syntaxpublic delegate void SoundDeviceListChangedEventHandler(
string mode,
bool playOrCap
)
Public Delegate Sub SoundDeviceListChangedEventHandler (
mode As String,
playOrCap As Boolean
)
public delegate void SoundDeviceListChangedEventHandler(
String^ mode,
bool playOrCap
)
type SoundDeviceListChangedEventHandler =
delegate of
mode : string *
playOrCap : bool -> unit
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