Click or drag to resize
LibraryGetPlaybackDevices Method
Get playback devices available for the given mode, as well as the current operating systems default.

Namespace:  TeamSpeak.Sdk.Client
Assembly:  TeamSpeak.Sdk (in TeamSpeak.Sdk.dll) Version: 0.1.6124.20226 (0.1.0.0)
Syntax
public static ICollection<SoundDevice> GetPlaybackDevices(
	string mode
)

Parameters

mode
Type: SystemString
The playback mode to use. For different modes there might be different devices. Valid modes are returned by GetPlaybackModes.

Return Value

Type: ICollectionSoundDevice
a readonly collection of sound devices.
Remarks
The returned devices values can be used to initialize the devices using OpenPlayback(ISoundDevice).
Remarks
See Also