 | LibraryGetCaptureDevices Method |
Get capture 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> GetCaptureDevices(
string mode
)
Public Shared Function GetCaptureDevices (
mode As String
) As ICollection(Of SoundDevice)
public:
static ICollection<SoundDevice>^ GetCaptureDevices(
String^ mode
)
static member GetCaptureDevices :
mode : string -> ICollection<SoundDevice>
Parameters
- mode
- Type: SystemString
The capture mode to use. For different modes there might be different devices. Valid modes are returned by GetCaptureModes.
Return Value
Type:
ICollectionSoundDevicea readonly collection of sound devices
Remarks
Remarks
See Also