VideoCaptureDeviceGetDeviceList 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<VideoCaptureDeviceInformation> GetDeviceList()
Public Function GetDeviceList As List(Of VideoCaptureDeviceInformation)
public:
List<VideoCaptureDeviceInformation^>^ GetDeviceList()
member GetDeviceList : unit -> List<VideoCaptureDeviceInformation>
Return Value
Type:
ListVideoCaptureDeviceInformation
null if it fails, else the device list.
See Also