DesktopCaptureGetDeviceList Method |
Retrieves a String readable list of all available and compatible Capture Devices on the
System.
Namespace: StreamCoders.DevicesAssembly: MediaSuite (in MediaSuite.dll) Version: 2.0.5.0 (2.0.5.0)
Syntax public List<ScreenCaptureDeviceInformation> GetDeviceList()
Public Function GetDeviceList As List(Of ScreenCaptureDeviceInformation)
public:
List<ScreenCaptureDeviceInformation^>^ GetDeviceList()
member GetDeviceList : unit -> List<ScreenCaptureDeviceInformation>
Return Value
Type:
ListScreenCaptureDeviceInformation
null if it fails, else the device list.
See Also