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