Click or drag to resize
VideoCaptureDeviceGetDeviceList Method
Retrieves a String readable list of all available and compatible Capture Devices on the System.

Namespace: StreamCoders.Devices
Assembly: MediaSuite (in MediaSuite.dll) Version: 2.0.5.0 (2.0.5.0)
Syntax
public List<VideoCaptureDeviceInformation> GetDeviceList()

Return Value

Type: ListVideoCaptureDeviceInformation
null if it fails, else the device list.
See Also