 | 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)
Syntaxpublic static ICollection<SoundDevice> GetPlaybackDevices(
string mode
)
Public Shared Function GetPlaybackDevices (
mode As String
) As ICollection(Of SoundDevice)
public:
static ICollection<SoundDevice>^ GetPlaybackDevices(
String^ mode
)
static member GetPlaybackDevices :
mode : string -> ICollection<SoundDevice>
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:
ICollectionSoundDevicea readonly collection of sound devices.
Remarks
Remarks
See Also