CaptureDeviceConfiguration.GetAvailableAudioCaptureDevices Method
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Returns a collection of AudioCaptureDevice objects that represent the available audio capture devices on the client system.
Assembly: System.Windows (in System.Windows.dll)
'Declaration Public Shared Function GetAvailableAudioCaptureDevices As ReadOnlyCollection(Of AudioCaptureDevice)
Return Value
Type: System.Collections.ObjectModel.ReadOnlyCollection(Of AudioCaptureDevice)A generic read-only collection of AudioCaptureDevice objects that represent the available audio capture devices on the client system.
Show: