Click or drag to resize
DesktopCaptureGetDeviceList 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<ScreenCaptureDeviceInformation> GetDeviceList()

Return Value

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